no execution for special cases
This commit is contained in:
parent
71af209ea9
commit
29a4ef6c5c
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ install:
|
|||
################
|
||||
|
||||
script: |
|
||||
if [[ "${SPECIAL}" != "" ]]; then
|
||||
if [[ "${SPECIAL}" == "" ]]; then
|
||||
# show OS/compiler version
|
||||
uname -a
|
||||
$CXX --version
|
||||
|
|
Loading…
Reference in a new issue