Skip to content

Commit

Permalink
CI: Fix out of date NPM version used by travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Aug 27, 2017
1 parent 80c2633 commit 3340873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,8 @@ node_js:
- 'node'
- '7'
- '6'
before_install:
- npm i -g npm@latest
before_script:
- npm prune
after_success:
Expand Down

0 comments on commit 3340873

Please sign in to comment.