We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65488c commit 11beae0Copy full SHA for 11beae0
.travis.yml
@@ -1,22 +1,30 @@
1
sudo: false
2
language: node_js
3
+env:
4
+ - CXX=g++-4.8
5
+
6
node_js:
7
- 0.10
8
- 0.12
9
+ - 4.0.0
10
- iojs-v2
11
- iojs-v3
12
13
matrix:
14
allow_failures:
15
- node_js: iojs-v3
16
+ - node_js: 4.0.0
17
18
addons:
19
apt:
20
+ sources:
21
+ - ubuntu-toolchain-r-test
22
packages:
- - libx11-dev
- - zlib1g-dev
- - libpng12-dev
- - libxtst-dev
23
+ - libx11-dev
24
+ - zlib1g-dev
25
+ - libpng12-dev
26
+ - libxtst-dev
27
+ - g++-4.8
28
29
before_script:
30
- export DISPLAY=:99.0
0 commit comments