Fix travis script

This commit is contained in:
Matthew Honnibal 2016-12-18 18:02:44 +01:00
parent 5e970307f5
commit 162bca5727
1 changed files with 1 additions and 1 deletions

View File

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