From 0c7f500c4151abcf99d95dccc91f94182fa5efd7 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 24 Feb 2017 20:59:40 +0100 Subject: [PATCH] Fixed before_install routine --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fd46b076f..80899999c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,9 +71,8 @@ matrix: - __TASK=RELEASE # If we're not on a release branch, exit early and indicate success - before_install: \ - echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; \ - :; + before_install: + - echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :; # Install wheel for build install: