Travis: avoid duplicated builds
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
29350ceecd
commit
577bf57ddf
@ -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…
x
Reference in New Issue
Block a user