Skip to content

Commit

Permalink
Make npm v3 the lowest possible version on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel ter Reehorst committed Jan 14, 2017
1 parent 0663a31 commit 77ced7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_js:
- "4"
- "6"
- "node"
before_install: npm i -g npm@4
before_install: if [[ `npm -v` < 3* ]]; then npm i -g npm@3; fi

0 comments on commit 77ced7d

Please sign in to comment.