diff --git a/.travis.yml b/.travis.yml index 01d1a203..f4b86054 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,13 @@ cache: notifications: email: false before_install: - - npm i -g npm@latest + - npm i -g npm@latest greenkeeper-lockfile +install: + - npm install # npm ci is not compatible with greenkeeper-lockfile +before_script: + - greenkeeper-lockfile-update +after_script: + - greenkeeper-lockfile-upload after_success: - npm run travis-deploy-once "npm run semantic-release" branches: