From d75a151df3998a1f1142550f95058cef52ed3895 Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Mon, 14 Mar 2016 17:36:12 +0100 Subject: [PATCH] Avoid travis building on tags due to https://github.com/travis-ci/travis-ci/issues/1532 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d6bef93aa..b93c9a850 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ +branches: + except: + - /^v\d\.\d\.\d.*$/ + env: REPO: $TRAVIS_REPO_SLUG VERSION: v1.0.0-beta.$TRAVIS_BUILD_NUMBER