]> git.ipfire.org Git - people/ms/u-boot.git/commit - .travis.yml
travis-ci: Do not make buildman warnings fatal
authorTom Rini <trini@konsulko.com>
Thu, 20 Oct 2016 15:05:57 +0000 (11:05 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 24 Oct 2016 12:06:27 +0000 (08:06 -0400)
commit4899210c737fb51e2e4207e49b1df8ac303e52cb
tree0231ff66838f79f2cf8c0246e4767981543c6b66
parent4084c7fa6b8dc4968db9cfe4718832a2fbae7ebc
travis-ci: Do not make buildman warnings fatal

We currently will always see a number of warnings due to device tree
issues.  These (and other warnings) should not make the build be marked
as failure so catch exit status 129 specifically and return 0 in that
case.

Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
.travis.yml