diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-10 10:34:44 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-10 10:55:01 -0800 |
commit | 577bf57ddfb860b704296d46a27003ee69cee4bf (patch) | |
tree | 7d09f5f504b163f6c345c3dbe87d0a71e96bcc21 /.travis.yml | |
parent | 29350ceecd69ebc96583ccfba28acc22acae0750 (diff) | |
download | subsurface-577bf57ddfb860b704296d46a27003ee69cee4bf.tar.gz |
Travis: avoid duplicated builds
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 52c980538..5a1923a3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)/ |