From 74f26316c79159810f71daba7a423f4265692eb1 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 30 Sep 2014 21:21:58 -0500 Subject: [PATCH] Fix another travis syntax error --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d9884f87..8fea2c54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ before_install: - 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 + pip install matplotlib==1.0; fi - python check_bento_build.py