Skip to content

Commit

Permalink
Make sure we don't run npm@2 on Node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Nov 1, 2016
1 parent 27c96dd commit d749f02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ node_js:
- "6"
- "5"
- "4"
before_install:
- npm i -g npm@latest

0 comments on commit d749f02

Please sign in to comment.