mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Force travis build failure when some test fails
This commit is contained in:
parent
a3ec68ce1e
commit
23ee78a093
@ -65,6 +65,7 @@ if [ "$CC" = "clang" ]; then
|
||||
if ! $MAKE_CMD test; then
|
||||
reset
|
||||
check_and_report
|
||||
exit 1
|
||||
fi
|
||||
check_and_report
|
||||
$MAKE_CMD install
|
||||
|
Loading…
Reference in New Issue
Block a user