Skip to content

Commit

Permalink
try pinning npm version to fix travis bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
from-the-river-to-the-sea committed Apr 27, 2018
1 parent e7b8370 commit b16d3d0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./test/helpers/travis_pr_setup.sh; fi'
- npm i -g npm@5.7.1
- npm install -g bower

install:
- npm install

before_script:
- npm install -g bower
- npm install -g grunt-cli
- bower install

after_success: npm run coveralls
Expand Down

0 comments on commit b16d3d0

Please sign in to comment.