diff --git a/.travis.yml b/.travis.yml index 7979cb380..33d31af00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ node_js: - 8 - 6 - 4 +before_install: yarn global add greenkeeper-lockfile@1 +before_script: greenkeeper-lockfile-update +after_script: greenkeeper-lockfile-upload cache: yarn: true branches: