also watch master and next for deployment

This commit is contained in:
Matthias Mailänder
2014-05-26 07:49:54 +02:00
parent 4d933481ce
commit f6657b3049

View File

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