mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed parse errors in Travis pre-install script
This commit is contained in:
parent
0f7782a321
commit
309a951b93
@ -68,7 +68,7 @@ matrix:
|
|||||||
- docker
|
- docker
|
||||||
|
|
||||||
# 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: "[[ $TRAVIS_BRANCH =~ ^[0-9.]+$ ]] && exit 0"
|
before_install: echo "$TRAVIS_BRANCH" | grep -qvE '^[0-9.]+$' && exit 0
|
||||||
|
|
||||||
# Don't install anything, as we're only using the pre-built files
|
# Don't install anything, as we're only using the pre-built files
|
||||||
install: ":"
|
install: ":"
|
||||||
|
Loading…
Reference in New Issue
Block a user