mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed before_install routine
This commit is contained in:
parent
e55aa3bc77
commit
0c7f500c41
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user