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

Commit

Permalink
Travis CI - update before_install script, adapt the npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Lupu committed Mar 15, 2017
1 parent 1773d35 commit a69a32e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ node_js:

script: npm test

before_script:
- npm install -g npm@'>=3'
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi

deploy:
provider: npm
Expand Down

0 comments on commit a69a32e

Please sign in to comment.