chore(travis): use npm ci || npm i (#651)

This commit is contained in:
Nolan Lawson 2018-11-16 00:45:54 -08:00 committed by GitHub
parent 92d2dbddfc
commit 255bd3b341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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