Skip to content

Commit

Permalink
chore: update node.js versions in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
4kochi committed Jun 12, 2017
1 parent 9140a0d commit 52391e5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Expand Up @@ -4,17 +4,14 @@ cache:
directories:
- node_modules
node_js:
- '0.10'
- '0.12'
- 'iojs-v3'
- '4'
- '5'
- '6'
- '7'
- '8'
- 'stable'
before_script:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g grunt-cli
matrix:
allow_failures:
- node_js: 'iojs-v3'
- npm install -g grunt-cli

0 comments on commit 52391e5

Please sign in to comment.