X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.travis.yml;h=1e55e1b7f115b0794c4d610f42cdaf344a0eaa70;hb=38314d0e6468af5ee2ac4610670419e46479ed42;hp=2a98c4bb11ccc85aad70f3391c53ba822168b795;hpb=557767ed29968af0294e3aae48433e5d5a298e0b;p=u-boot diff --git a/.travis.yml b/.travis.yml index 2a98c4bb11..1e55e1b7f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,9 +101,8 @@ script: # # Exit code 129 means warnings only. - if [[ "${BUILDMAN}" != "" ]]; then - set +e; - tools/buildman/buildman -P ${BUILDMAN}; - ret=$?; + ret=0; + tools/buildman/buildman -P ${BUILDMAN} || ret=$?; if [[ $ret -ne 0 && $ret -ne 129 ]]; then tools/buildman/buildman -sdeP ${BUILDMAN}; exit $ret;