Skip to content

Commit 09e75f0

Browse files
committed
build: Ignore build uploads for non release branches
1 parent 09d5abb commit 09e75f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ matrix:
2828
- os: osx
2929
env: SUITE=cargotestall
3030
- env: SUITE=travis-push-docs
31-
if: branch = master
31+
script: make $SUITE || [[ ! "$TRAVIS_BRANCH" =~ ^release/ ]]
3232

3333
notifications:
3434
webhooks:

0 commit comments

Comments
 (0)