Commit 29a4ef6c authored by Niels's avatar Niels

no execution for special cases

parent 71af209e
...@@ -237,7 +237,7 @@ install: ...@@ -237,7 +237,7 @@ install:
################ ################
script: | script: |
if [[ "${SPECIAL}" != "" ]]; then if [[ "${SPECIAL}" == "" ]]; then
# show OS/compiler version # show OS/compiler version
uname -a uname -a
$CXX --version $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