Skip to content

Commit

Permalink
Travis - fail build on unit tests failure
Browse files Browse the repository at this point in the history
  • Loading branch information
triplus authored and wwmayer committed Nov 24, 2019
1 parent 831376e commit 8475271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -274,7 +274,7 @@ script:
# if [ "${TRAVIS_OS_NAME}" == "linux" ]; then sudo timeout -k 140m 135m make -j2 install || true; fi
# if [ "${TRAVIS_OS_NAME}" == "osx" ]; then sudo make -j2 install; fi
sudo make -j2 install
${INSTALLED_APP_PATH} --console --run-test 0
${INSTALLED_APP_PATH} --console --run-test 0 || travis_terminate 1
${INSTALLED_APP_PATH} --log-file /tmp/FreeCAD_installed.log &
sleep 10 && pkill FreeCAD
cat /tmp/FreeCAD_installed.log
Expand Down

0 comments on commit 8475271

Please sign in to comment.