commit | d31451a4d181614cf7384779ed38a256c9835cd5 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Jan 26 16:31:06 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Feb 04 22:55:34 2018 -0500 |
tree | 35482b12cabc03c685ae4a32b910f9cd6464223b | |
parent | 20e2ea9892b31be840f779195b15671b5f0202f6 [diff] |
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>