Skip to content

Commit b05f53b

Browse files
authored
Update .travis.yml
1 parent ab09d50 commit b05f53b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: node_js
22
node_js:
3-
- "node" #Specifying node will run using the latest stable Node.js release
4-
- 4.1
5-
- 4.0
6-
- 0.12
3+
- "node" # Specifying node will run using the latest stable Node.js release
4+
- 6.11.1 # LTS
75
before_install:
86
- "export DISPLAY=:99.0"
97
- "sh -e /etc/init.d/xvfb start"

0 commit comments

Comments
 (0)