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

Remove branch check temporary to test build

This commit is contained in:
squidfunk 2017-02-24 19:32:41 +01:00 committed by Martin Donath
parent 309a951b93
commit 604be71a37

View File

@ -68,7 +68,7 @@ matrix:
- docker
# 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 -qE "^[0-9.]+$" && exit 0
# Don't install anything, as we're only using the pre-built files
install: ":"