From eb0388e2b2be0778dc0ce542a8f294ac3417e42f Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 15 Oct 2016 01:23:25 +0200 Subject: [PATCH] Update travis.sh --- travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis.sh b/travis.sh index 6a8050f9d..597006fac 100755 --- a/travis.sh +++ b/travis.sh @@ -7,8 +7,8 @@ fi if [ "${VIA}" == "sdist" ]; then rm -rf * - wget https://api.explosion.ai/build/spacy/sdist/$TRAVIS_COMMIT spacy.tgz - pip install spacy.tgz + wget https://api.explosion.ai/build/spacy/sdist/$TRAVIS_COMMIT + pip install $TRAVIS_COMMIT fi