]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - .travis.yml
travis.yml: run buildman with option -E
[people/ms/u-boot.git] / .travis.yml
index 1e55e1b7f115b0794c4d610f42cdaf344a0eaa70..59d1dd99e8fb2cd4cde7c523244ac8e27d12e696 100644 (file)
@@ -102,7 +102,7 @@ script:
  # Exit code 129 means warnings only.
  - if [[ "${BUILDMAN}" != "" ]]; then
      ret=0;
-     tools/buildman/buildman -P ${BUILDMAN} || ret=$?;
+     tools/buildman/buildman -P -E ${BUILDMAN} || ret=$?;
      if [[ $ret -ne 0 && $ret -ne 129 ]]; then
        tools/buildman/buildman -sdeP ${BUILDMAN};
        exit $ret;