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 a8ea46a + fda637e commit f2b9732Copy full SHA for f2b9732
.travis.yml
@@ -65,7 +65,7 @@ deploy:
65
- provider: script
66
on:
67
all_branches: true
68
- condition: $TRAVIS_EVENT_TYPE != cron
+ condition: $TRAVIS_EVENT_TYPE != cron && ! $TRAVIS_BRANCH =~ ^greenkeeper/
69
skip_cleanup: true
70
script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
71
0 commit comments