Merge pull request #4708 from commodo/python-cffi-fix
[feed/packages.git] / .travis_do.sh
index af82262f50cd5f3c623a9733dde75d4177d19259..b70113113db4a1198cec95c5c0afd2ef8bb06b25 100755 (executable)
@@ -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"
 
@@ -134,7 +134,7 @@ EOF
                echo_blue "=== $pkg_name: end packages sizes"
        done
 
-       return 0
+       return $RET
 }
 
 test_commits() {