From b15ae5648510f9315878fc11abaf13d15609cba1 Mon Sep 17 00:00:00 2001 From: Silvano Luciani Date: Wed, 26 Nov 2014 11:24:24 -0800 Subject: [PATCH] workaround for travis bug on conditional releases https://github.com/travis-ci/travis-ci/issues/1675 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39e43566a530..16f685d95779 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,5 @@ deploy: on: tags: true repo: GoogleCloudPlatform/gcloud-python - branch: master + # until this is fixed: https://github.com/travis-ci/travis-ci/issues/1675 + all_branches: true