From 162bca57270fd5a6152722d333495a27bbec54de Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 18 Dec 2016 18:02:44 +0100 Subject: [PATCH] Fix travis script --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index feaa88c33..6950f2e52 100755 --- a/travis.sh +++ b/travis.sh @@ -7,7 +7,7 @@ if [ "${VIA}" == "pypi" ]; then python -m spacy.de.download fi -if [ "${VIA}" == "sdist" && "$TRAVIS_PULL_REQUEST" == "false" ]; then +if [[ "${VIA}" == "sdist" && "${TRAVIS_PULL_REQUEST}" == "false" ]]; then rm -rf * pip uninstall spacy wget https://api.explosion.ai/build/spacy/sdist/$TRAVIS_COMMIT