tests: use `npm ci || npm i` in travis (#373)

This commit is contained in:
Nolan Lawson 2018-06-08 09:27:00 -07:00 committed by GitHub
parent e8d2cd9ffc
commit ffab599f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ before_script:
after_script:
- greenkeeper-lockfile-upload
install:
- npm install
- npm ci || npm i
script: travis_retry npm run $COMMAND
env:
global: