fix the Travis deployment

This commit is contained in:
Matthias Mailänder
2014-06-01 16:57:43 +02:00
parent 366bda5fca
commit 248ba4a4d7

View File

@@ -16,11 +16,11 @@ script:
- make all - make all
- make test - make test
# Only watch the development and release branches. # Only watch the development branch and tagged release.
branches: branches:
only: only:
- master - /^release-.*$/
- next - /^playtest-.*$/
- bleed - bleed
# Notify developers when build passed/failed. # Notify developers when build passed/failed.