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

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: