From 0db81d371c3f686a2b818b842556ddbca20d5a0e Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 15 Oct 2016 01:19:11 +0200 Subject: [PATCH] Update travis.sh --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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