Re: [U-Boot] [PATCH 3/4] travis.yml: fix 'set +e' in build script

2018-02-04 Thread Simon Glass
On 25 January 2018 at 10:21, Daniel Schwierzeck wrote: > 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 > --- > > .travis.yml | 5 ++--- > 1 file changed, 2 insertions(+

[U-Boot] [PATCH 3/4] travis.yml: fix 'set +e' in build script

2018-01-25 Thread Daniel Schwierzeck
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 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a98c4