mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-18 00:46:47 +01:00
Fixed Travis build
This commit is contained in:
parent
0bfdd09c02
commit
fa8d490b16
@ -64,7 +64,7 @@ if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||
fi
|
||||
|
||||
# Remove overrides directory so it won't get included in the image
|
||||
rm -rf overrides
|
||||
# rm -rf overrides
|
||||
|
||||
# Terminate if we're not on a release branch
|
||||
echo "${TRAVIS_BRANCH}" | grep -qvE "^[0-9.]+$" && exit 0; :;
|
||||
|
Loading…
x
Reference in New Issue
Block a user