From 248ba4a4d73481592a733a9a29136480a164a158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 1 Jun 2014 16:57:43 +0200 Subject: [PATCH] fix the Travis deployment --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.