Skip to content

Commit

Permalink
chore(ci): on travis use Node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 4, 2017
1 parent dccdd7e commit 53dca99
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ cache:
directories:
- node_modules
notifications:
email: false
email: true
node_js:
- '0.12'
- '4'
- '6'
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
after_success:
Expand Down

0 comments on commit 53dca99

Please sign in to comment.