Skip to content

Commit 3d1ad74

Browse files
committed
Don’t push tags to gh-pages
These builds make our gh-pages branch too large for GitHub to handle.
1 parent 32723a8 commit 3d1ad74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ deploy:
7474
on:
7575
all_branches: true
7676
condition: $TRAVIS_EVENT_TYPE != cron && ! $TRAVIS_BRANCH =~ ^greenkeeper/
77+
tags: false # Don't push tags to gh-pages
7778
skip_cleanup: true
7879
script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
7980
- provider: script

0 commit comments

Comments
 (0)