We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab09d50 commit b05f53bCopy full SHA for b05f53b
.travis.yml
@@ -1,9 +1,7 @@
1
language: node_js
2
node_js:
3
- - "node" #Specifying node will run using the latest stable Node.js release
4
- - 4.1
5
- - 4.0
6
- - 0.12
+ - "node" # Specifying node will run using the latest stable Node.js release
+ - 6.11.1 # LTS
7
before_install:
8
- "export DISPLAY=:99.0"
9
- "sh -e /etc/init.d/xvfb start"
0 commit comments