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.
2 parents db6f694 + 1942c70 commit 07277e3Copy full SHA for 07277e3
.travis.yml
@@ -147,6 +147,9 @@ script:
147
# even if another task in script.sh fails.
148
- if [[ $JS ]]; then npm run danger; fi
149
150
+after_script:
151
+ - if [[ $JS ]]; then greenkeeper-lockfile-upload; fi
152
+
153
after_success:
154
- bash scripts/travis/after_success.sh
155
scripts/travis/after_success.sh
@@ -12,7 +12,3 @@ if [[ $JS ]]; then
12
npm install coveralls
13
./node_modules/.bin/coveralls < ./coverage/lcov.info
14
fi
15
-
16
-if [[ $JS ]]; then
17
- greenkeeper-lockfile-upload
18
-fi
0 commit comments