diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis-ci.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh index 9d4258a..9f44b0c 100755 --- a/scripts/travis-ci.sh +++ b/scripts/travis-ci.sh @@ -1,10 +1,5 @@ #!/bin/bash -qmake && make -j4 -if [[ $? != 0 ]]; then - echo "Error building OpenSCAD executable" - exit 1 -fi cd tests cmake . if [[ $? != 0 ]]; then |