]> git.ipfire.org Git - people/ms/u-boot.git/commit - .travis.yml
travis.yml: fix 'set +e' in build script
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 26 Jan 2018 15:31:06 +0000 (16:31 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 5 Feb 2018 03:55:34 +0000 (22:55 -0500)
commit38314d0e6468af5ee2ac4610670419e46479ed42
tree35482b12cabc03c685ae4a32b910f9cd6464223b
parent2371d1bcbf397dcbe38f7f51de6247cfef09d74e
travis.yml: fix 'set +e' in build script

The build script should not manipulate shell flags (especially '-e').
A non-zero exit value can also be catched with 'cmd || ret=$?'.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
.travis.yml