use "npm ci" in travis (#337)

This commit is contained in:
Nolan Lawson 2018-05-26 16:18:17 -07:00 committed by GitHub
parent ed5542781a
commit 611282d1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ before_script:
- greenkeeper-lockfile-update
after_script:
- greenkeeper-lockfile-upload
install:
- npm ci
script: travis_retry npm run $COMMAND
env:
global: