Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Jul 23, 2017
1 parent ab09d50 commit b05f53b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,9 +1,7 @@
language: node_js
node_js:
- "node" #Specifying node will run using the latest stable Node.js release
- 4.1
- 4.0
- 0.12
- "node" # Specifying node will run using the latest stable Node.js release
- 6.11.1 # LTS
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"

0 comments on commit b05f53b

Please sign in to comment.