Skip to content

Commit

Permalink
remove the npm3 requirement in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiupover committed Apr 6, 2019
1 parent 6495fef commit 1852807
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ node_js:
- "10"

before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
- npm config set spin false
- npm install -g bower
- bower --version

0 comments on commit 1852807

Please sign in to comment.