Skip to content

Commit

Permalink
Use npm@6 explicitly in TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlubner committed Jun 4, 2018
1 parent 231925d commit fde9cfc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ node_js:
- '8'
- '10'
before_install:
- 'npm install -g npm@latest'
# services:
# - mongodb
- 'npm install -g npm@6'
before_script:
- sleep 15
after_success:
Expand Down

0 comments on commit fde9cfc

Please sign in to comment.