Fixed before_install routine

This commit is contained in:
squidfunk 2017-02-24 20:59:40 +01:00 committed by Martin Donath
parent e55aa3bc77
commit 0c7f500c41

View File

@ -71,9 +71,8 @@ matrix:
- __TASK=RELEASE - __TASK=RELEASE
# If we're not on a release branch, exit early and indicate success # If we're not on a release branch, exit early and indicate success
before_install: \ before_install:
echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; \ - echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :;
:;
# Install wheel for build # Install wheel for build
install: install: