Skip to content

Commit

Permalink
Remove the installation of NPM 5
Browse files Browse the repository at this point in the history
NPM is at 6 now, though I think 5 still ships with Node 8. In either
case we don't need to check for this anymore.
  • Loading branch information
jrjohnson committed Feb 10, 2019
1 parent accf9d8 commit 5d8f7ce
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 5d8f7ce

Please sign in to comment.