Merge pull request #5521 from Mailaender/travis-tagged-branches-errr-whatever

Fixed $TRAVIS_TAG being empty on release branches
This commit is contained in:
Paul Chote
2014-06-02 10:29:14 +12:00

View File

@@ -16,11 +16,11 @@ script:
- make all
- make test
# Only watch the development and release branches.
# Only watch the development branch and tagged release.
branches:
only:
- master
- next
- /^release-.*$/
- /^playtest-.*$/
- bleed
# Notify developers when build passed/failed.
@@ -34,7 +34,6 @@ notifications:
skip_join: true
before_deploy:
- env
- echo $TRAVIS_TAG
- cd packaging
- mkdir build