Skip to content

Commit

Permalink
add npm ci to speed up travis (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Jan 16, 2020
1 parent 6037c58 commit 8b0aff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- xvfb

install:
- npm install
- npm ci

addons:
sauce_connect: true
Expand Down

0 comments on commit 8b0aff4

Please sign in to comment.