diff --git a/.travis.yml b/.travis.yml index 9b566f97a2..ceef27b2ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.