From f6657b3049dd7a1929dee26a48144d37ba3a2cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 26 May 2014 07:49:54 +0200 Subject: [PATCH] also watch master and next for deployment --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.