Skip to content

Commit

Permalink
changed to npm ci to speed tests travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Manny Henri committed Jun 7, 2018
1 parent a19847f commit 104837c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ node_js:
- '8'
- '10'
before_install:
- 'npm install -g npm@6'
- 'npm install -g npm@6'
install:
- 'npm ci'

0 comments on commit 104837c

Please sign in to comment.