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 1/2] 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. From 4327169aaf21f508de5aca250adc1d93e854bfc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 1 Jun 2014 18:20:06 +0200 Subject: [PATCH 2/2] was useful, but is kinda spammy --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ceef27b2ca..b3bc610c7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,6 @@ notifications: skip_join: true before_deploy: - - env - echo $TRAVIS_TAG - cd packaging - mkdir build