1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-04-14 17:33:17 -04:00

fix(travis): Fail tests if build fails

This commit is contained in:
patrick96 2018-04-28 23:46:27 +02:00
parent 32426925b2
commit 59e30221cc
No known key found for this signature in database
GPG key ID: 521E5E03AEBCA1A7

View file

@ -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