diff --git a/.travis.yml b/.travis.yml index aa9687ed3a..4008afec3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.