mirror of
https://github.com/polybar/polybar.git
synced 2026-03-26 18:17:26 +00:00
fix(travis): Fail tests if build fails
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user