Skip to content
This repository has been archived by the owner on May 24, 2020. It is now read-only.

Commit

Permalink
fix(travis.yml): node 5, npm3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed May 3, 2016
1 parent 8fdf9d5 commit 83844dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cache:
notifications:
email: false
node_js:
- '4'
- '5'
before_install:
- npm i -g npm@^2.0.0
- npm i -g npm@^3.0.0
before_script:
- npm prune
script:
Expand Down

0 comments on commit 83844dc

Please sign in to comment.