From: Etienne Champetier Date: Thu, 17 Aug 2017 23:48:12 +0000 (-0700) Subject: build,travis: fail Travis test when compilation fail X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7ec1b3dc8f950dbecb9d870d5765de8b1868df1e;p=openwrt-packages.git build,travis: fail Travis test when compilation fail Signed-off-by: Etienne Champetier --- diff --git a/.travis_do.sh b/.travis_do.sh index af82262f5..2fcb8923f 100755 --- a/.travis_do.sh +++ b/.travis_do.sh @@ -118,7 +118,7 @@ EOF # we can't enable verbose built else we often hit Travis limits # on log size and the job get killed - exec_status '^ERROR' make "package/$pkg_name/compile" -j3 + exec_status '^ERROR' make "package/$pkg_name/compile" -j3 || RET=1 echo_blue "=== $pkg_name: compile test done"