Avoid travis building on tags

due to https://github.com/travis-ci/travis-ci/issues/1532
This commit is contained in:
Emile Vauge 2016-03-14 17:36:12 +01:00
parent 10e223ede2
commit d75a151df3

View file

@ -1,3 +1,7 @@
branches:
except:
- /^v\d\.\d\.\d.*$/
env:
REPO: $TRAVIS_REPO_SLUG
VERSION: v1.0.0-beta.$TRAVIS_BUILD_NUMBER