From 90b27b27fba9a87677ec4fba40ce96f071b9bd5a Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 13 Oct 2016 20:48:22 +0200 Subject: [PATCH] Debug travis --- travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis.sh b/travis.sh index 7fa9f05ae..7695ff30a 100755 --- a/travis.sh +++ b/travis.sh @@ -1,12 +1,12 @@ #!/bin/bash -if [ "${TRAVIS_PULL_REQUEST}" == "false" && "${VIA}" == "pypi"]; then +if [ "${TRAVIS_PULL_REQUEST}" == "false" && "${VIA}" == "pypi" ]; then rm -rf * pip install spacy fi -if "${VIA}" == "compile"]; then +if [ "${VIA}" == "compile" ]; then echo "compile" pip install -r requirements.txt pip install -e .