Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Exclude tagged branches from travis builds
Browse files Browse the repository at this point in the history
Tagged branches are created by successful builds in our CI environment.
It is wasteful and potentially clogs up our build pipeline in travis for
pull requests if we also build those versions in travis.
  • Loading branch information
jabley committed Jun 4, 2014
1 parent d33bfc1 commit 69f1de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ after_script:
branches:
except:
- release
- /^release_[0-9]+$/
notifications:
email: false

0 comments on commit 69f1de1

Please sign in to comment.