From 75365cf893f26d31cce415a82e69e827d5b4225b Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 30 Sep 2014 21:18:15 -0500 Subject: [PATCH] Fix travis syntax errors --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4309e2f..d9884f87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,11 +46,11 @@ before_install: source activate test; fi - travis_retry pip install wheel; - - if [[ $END != python=2.6* ]] then + - if [[ $END != python=2.6* ]]; then travis_retry pip install --no-index --find-links=http://wheels.scikit-image.org/ matplotlib; else pip install matplotlib==1.0 - end + fi - python check_bento_build.py install: