Skip to content

Commit

Permalink
added command to update npm in travis process
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 11, 2019
1 parent 64110b1 commit 7d5d86f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ node_js:
- "11"
- "12"

before_install:
- npm install -g npm

install:
- npm install

Expand Down

0 comments on commit 7d5d86f

Please sign in to comment.