Skip to content

Commit

Permalink
Update npm & use npm ci
Browse files Browse the repository at this point in the history
This ensures every node version installs the same set of dependencies.
  • Loading branch information
mAAdhaTTah committed May 16, 2020
1 parent 39f9496 commit 7545c40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -3,7 +3,13 @@ sudo: false
node_js:
- 6
- 8
- 10
- 12
- stable
before_install:
- npm i -g npm
install:
- npm ci
notifications:
webhooks:
urls:
Expand Down

0 comments on commit 7545c40

Please sign in to comment.