diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-09 05:48:26 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-09 05:48:26 (GMT) |
commit | 7e0917d6b22fe8225fff7c66d352145d669a4a5d (patch) | |
tree | 10923429ee676f33cc5dd7438500c4a81676fe78 /scripts | |
parent | 3bd224b990f6d6b4c51072bf0c3ae895fbfe707e (diff) | |
parent | e96305ddf5a728eb323a86e4e900752ae2a6ccfe (diff) |
Merge branch 'travis'
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 |