diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis-ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh index 362c2df..9f44b0c 100755 --- a/scripts/travis-ci.sh +++ b/scripts/travis-ci.sh @@ -1,7 +1,7 @@ #!/bin/bash cd tests -cmake -DOPENSCAD_UPLOAD_TESTS=yes . +cmake . if [[ $? != 0 ]]; then echo "Error configuring test suite" exit 1 |