Skip to content

Commit

Permalink
Use npm 3 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mtscout6 committed Mar 11, 2016
1 parent f09e3b8 commit 0da8ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sudo: false
language: node_js
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
node_js:
- "4"
- "5"
Expand Down

0 comments on commit 0da8ded

Please sign in to comment.