1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-09 07:58:43 +01:00

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

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: