Skip to content

Commit

Permalink
fix(travis): install correct npm version before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintwhite committed Sep 21, 2017
1 parent 7c587ba commit fc97e73
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:
- 6 # LTS
- 4 # maintenance

before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script:
Expand Down

0 comments on commit fc97e73

Please sign in to comment.