From 853f7c318d6ddc2b94edcef16f4349897b1ec6ca Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 13 Oct 2016 13:54:03 +0200 Subject: [PATCH] Fix travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b9da457a8..e8d39cd5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ install: script: - "pip install pytest" - if [[ "${VIA}" == "compile" ]]; then SPACY_DATA=models/en python -m pytest spacy; fi - - if [[ "${VIA}" == "pip" ]]; then python -m pytest spacy + - if [[ "${VIA}" == "pip" ]]; then python -m pytest spacy; fi