From 953e4145926a1f8ddaea88e8ff884c0df822ebda Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Sat, 12 Sep 2015 17:57:56 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd5234d8..c27866cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ before_install: export OS=Linux; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export OS=MacOSX; - else; + else echo "OS not supported yet"; exit 1; fi @@ -32,7 +32,7 @@ before_install: export MINICONDA=Miniconda elif [[ "PYTHON_VERSION" -ge "3" ]]; then export MINICONDA=Miniconda3 - else; + else echo "Could not find python version"; exit 1; fi