Fixed Travis build

This commit is contained in:
squidfunk 2018-09-11 12:10:34 +02:00
parent 0bfdd09c02
commit fa8d490b16

View File

@ -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; :;