Commit 29a4ef6c authored by Niels's avatar Niels

no execution for special cases

parent 71af209e
......@@ -237,7 +237,7 @@ install:
################
script: |
if [[ "${SPECIAL}" != "" ]]; then
if [[ "${SPECIAL}" == "" ]]; then
# show OS/compiler version
uname -a
$CXX --version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment