Skip to content

Commit 11beae0

Browse files
updating travis config file
1 parent a65488c commit 11beae0

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.travis.yml

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
sudo: false
22
language: node_js
3+
env:
4+
- CXX=g++-4.8
5+
36
node_js:
47
- 0.10
58
- 0.12
9+
- 4.0.0
610
- iojs-v2
711
- iojs-v3
812

913
matrix:
1014
allow_failures:
1115
- node_js: iojs-v3
16+
- node_js: 4.0.0
1217

1318
addons:
1419
apt:
20+
sources:
21+
- ubuntu-toolchain-r-test
1522
packages:
16-
- libx11-dev
17-
- zlib1g-dev
18-
- libpng12-dev
19-
- libxtst-dev
23+
- libx11-dev
24+
- zlib1g-dev
25+
- libpng12-dev
26+
- libxtst-dev
27+
- g++-4.8
2028

2129
before_script:
2230
- export DISPLAY=:99.0

0 commit comments

Comments
 (0)