Skip to content

Commit

Permalink
fix(travis): Set node version to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dalelotts committed Sep 12, 2016
1 parent f8bf719 commit 6b9bbcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ cache:
notifications:
email: false
node_js:
- '5'
- '6'
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm i -g npm@^3.0.0
before_script:
- npm prune
script:
Expand Down

0 comments on commit 6b9bbcf

Please sign in to comment.