From 29a4ef6c5cc06f25cf1cb3cf836fc9b4b170a50b Mon Sep 17 00:00:00 2001 From: Niels Date: Mon, 22 Aug 2016 20:50:12 +0200 Subject: [PATCH] no execution for special cases --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 606e13893..9ddb21072 100644 --- a/.travis.yml +++ b/.travis.yml @@ -237,7 +237,7 @@ install: ################ script: | - if [[ "${SPECIAL}" != "" ]]; then + if [[ "${SPECIAL}" == "" ]]; then # show OS/compiler version uname -a $CXX --version