no execution for special cases

This commit is contained in:
Niels 2016-08-22 20:50:12 +02:00
parent 71af209ea9
commit 29a4ef6c5c

View file

@ -237,7 +237,7 @@ install:
################
script: |
if [[ "${SPECIAL}" != "" ]]; then
if [[ "${SPECIAL}" == "" ]]; then
# show OS/compiler version
uname -a
$CXX --version