From 003fec52e08208cfcfd9316752fa1ba2609c955a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 20 Sep 2016 13:19:33 +0200 Subject: [PATCH] travis: Properly pass back result of make Fixes: 4e8f5a189cce ("travis: Add apidoc check") --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 3a7c9d1a9..595fa5f0e 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -159,7 +159,7 @@ apidoc) esac echo "$ make $TARGET" -make -j4 $TARGET +make -j4 $TARGET || exit $? case "$TEST" in apidoc)