travis: Properly pass back result of make

Fixes: 4e8f5a189c ("travis: Add apidoc check")
This commit is contained in:
Tobias Brunner
2016-09-20 15:32:28 +02:00
parent 44280a1901
commit 003fec52e0
+1 -1
View File
@@ -159,7 +159,7 @@ apidoc)
esac
echo "$ make $TARGET"
make -j4 $TARGET
make -j4 $TARGET || exit $?
case "$TEST" in
apidoc)