travis: Properly pass back result of make
Fixes: 4e8f5a189c ("travis: Add apidoc check")
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ apidoc)
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
echo "$ make $TARGET"
|
echo "$ make $TARGET"
|
||||||
make -j4 $TARGET
|
make -j4 $TARGET || exit $?
|
||||||
|
|
||||||
case "$TEST" in
|
case "$TEST" in
|
||||||
apidoc)
|
apidoc)
|
||||||
|
|||||||
Reference in New Issue
Block a user