From bdc50241acf69d58d926330844a29987920a5e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 5 Jun 2014 11:17:10 +0200 Subject: [PATCH] don't build on bleed and fail because $TRAVIS_TAG is empty --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96b73031c8..9691024f2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,6 @@ deploy: - build/openra_$DOTVERSION_all.deb skip_cleanup: true on: - all_branches: true + all_branches: false tags: true repo: OpenRA/OpenRA