diff --git a/travis.sh b/travis.sh index bf36ce3b0..6a8050f9d 100755 --- a/travis.sh +++ b/travis.sh @@ -7,7 +7,7 @@ fi if [ "${VIA}" == "sdist" ]; then rm -rf * - wget https://api.explosion.ai/build/spaCy/$TRAVIS_COMMIT spacy.tgz + wget https://api.explosion.ai/build/spacy/sdist/$TRAVIS_COMMIT spacy.tgz pip install spacy.tgz fi