Travis: avoid duplicated builds

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-11-10 10:34:44 -08:00
parent 29350ceecd
commit 577bf57ddf

View file

@ -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)/