Force travis build failure when some test fails

This commit is contained in:
Thiago de Arruda 2014-04-03 10:21:56 -03:00
parent a3ec68ce1e
commit 23ee78a093

View File

@ -65,6 +65,7 @@ if [ "$CC" = "clang" ]; then
if ! $MAKE_CMD test; then
reset
check_and_report
exit 1
fi
check_and_report
$MAKE_CMD install