Skip to content

Commit

Permalink
fix(travis): Fail tests if build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick96 committed Apr 28, 2018
1 parent 3242692 commit 59e3022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/travis/tests.sh
@@ -1,7 +1,7 @@
#!/bin/bash
r=0

make all_unit_tests
make all_unit_tests || exit $?

for test in tests/unit_test.*; do
[ -x "$test" ] || continue
Expand Down

0 comments on commit 59e3022

Please sign in to comment.