Skip to content

Commit

Permalink
request npm v3 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bboyle committed Jun 28, 2016
1 parent 07e6577 commit ae6ab27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ sudo: false
language: node_js
node_js:
- "4"
before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
before_script:
- npm install -g npm@3
- npm install -g grunt-cli
- npm install -g bower
- bower install
Expand Down

0 comments on commit ae6ab27

Please sign in to comment.