Skip to content

Commit

Permalink
chore: Upgrade npm on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Sep 18, 2018
1 parent d9e4e9a commit 355f9ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ node_js:
- '10'
- '8'
- '6'
before_install:
- npm i -g npm
after_success:
- npm run coverage
- npm run travis-deploy-once "npm run semantic-release"
Expand Down

0 comments on commit 355f9ea

Please sign in to comment.