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:
parent
e55aa3bc77
commit
0c7f500c41
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user