Skip to content

Commit

Permalink
Fixed Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 11, 2018
1 parent 0bfdd09 commit fa8d490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.sh
Expand Up @@ -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; :;
Expand Down

0 comments on commit fa8d490

Please sign in to comment.