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
|
||||
|
||||
echo "$ make $TARGET"
|
||||
make -j4 $TARGET
|
||||
make -j4 $TARGET || exit $?
|
||||
|
||||
case "$TEST" in
|
||||
apidoc)
|
||||
|
||||
Reference in New Issue
Block a user