Skip to content

Commit

Permalink
Merge pull request #42 from jrjohnson/npm-version
Browse files Browse the repository at this point in the history
Remove the installation of NPM 5
  • Loading branch information
jrjohnson authored Feb 10, 2019
2 parents accf9d8 + 5d8f7ce commit bd711be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ cache:
- $HOME/.npm
- $HOME/.cache

before_install:
- if [[ `npm -v` != 5* ]]; then npm install -g npm@5; fi
- npm -v

after_success:
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && node_modules/.bin/serverless deploy --stage=dev --verbose
- test $TRAVIS_TAG && node_modules/.bin/serverless deploy --stage=prod --verbose

0 comments on commit bd711be

Please sign in to comment.