1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

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
# 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: