[travis] Travis should fail if any test fails

This commit is contained in:
Émilie Feral
2018-10-25 17:53:25 +02:00
committed by EmilieNumworks
parent 3b9d307577
commit 158e0f38d9

View File

@@ -17,5 +17,6 @@ matrix:
os: linux
script:
- set -e
- make clean && make epsilon.$EXT test.$EXT
- if [ "$PLATFORM" = "blackbox" ]; then ./test.$EXT; PLATFORM=blackbox make integration_tests; fi