mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Make Travis builds fail if tests fail
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
77890a3d1a
commit
7f7ae6e04d
@ -29,7 +29,7 @@ set -x
|
||||
|
||||
function do_build() {
|
||||
make
|
||||
make -k check || true
|
||||
make -k check
|
||||
make install
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user