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 a8ea46a commit fda637eCopy full SHA for fda637e
.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