Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit c00e3d7

Browse files
committed
Update Travis to use Node 4 & add compiler
1 parent ac62291 commit c00e3d7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "0.10"
4+
- "4"
5+
env:
6+
- CXX=g++-4.8
7+
addons:
8+
apt:
9+
sources:
10+
- ubuntu-toolchain-r-test
11+
packages:
12+
- g++-4.8

0 commit comments

Comments
 (0)