mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis: avoid duplicated builds
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
29350ceecd
commit
577bf57ddf
1 changed files with 4 additions and 0 deletions
|
@ -44,3 +44,7 @@ script:
|
|||
after_success:
|
||||
- source ${TRAVIS_BUILD_DIR}/scripts/${SUBSURFACE_PLATFORM}/after_success.sh
|
||||
|
||||
branches:
|
||||
except:
|
||||
- # Do not build tags that we create when we upload to GitHub Releases
|
||||
- /^(?i:continuous)/
|
||||
|
|
Loading…
Add table
Reference in a new issue