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 32723a8 commit 3d1ad74Copy full SHA for 3d1ad74
.travis.yml
@@ -74,6 +74,7 @@ deploy:
74
on:
75
all_branches: true
76
condition: $TRAVIS_EVENT_TYPE != cron && ! $TRAVIS_BRANCH =~ ^greenkeeper/
77
+ tags: false # Don't push tags to gh-pages
78
skip_cleanup: true
79
script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
80
- provider: script
0 commit comments