Skip to content

Commit

Permalink
Update travis use node version
Browse files Browse the repository at this point in the history
  • Loading branch information
hueitan committed Sep 26, 2015
1 parent e53469c commit 00ce51c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "1.0.0"
- "2.0.0"
- "3.0.0"
- "4.0.0"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g grunt-cli

matrix:
fast_finish: true
allow_failures:
- node_js: 0.11
# allow_failures:
# - node_js: 0.11

0 comments on commit 00ce51c

Please sign in to comment.