use npm install instead of npm ci in travis (#362)

This commit is contained in:
Nolan Lawson 2018-06-07 07:14:05 -07:00 committed by GitHub
parent 2b473d261f
commit 4d3161cc95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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