We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5223d28 commit c513900Copy full SHA for c513900
.travis.yml
@@ -6,6 +6,9 @@ node_js:
6
before_install:
7
- 'curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5'
8
- 'export PATH="$HOME/.yarn/bin:$PATH"'
9
+ - yarn global add greenkeeper-lockfile@1
10
+before_script: greenkeeper-lockfile-update
11
+after_script: greenkeeper-lockfile-upload
12
cache: yarn
13
env:
14
global:
0 commit comments