Skip to content
Commit 08140dba authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

travis: Correct error checking when building boards



At present if buildman reports an error, the travis build still succeeds.

This is because the travis script does not stop when it sees errors; nor
does it automatically return the exit code. Also the current error
checking never triggers since 'ret' is not set.

Fix this by setting 'ret' correctly.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reported-by: default avatarMichal Simek <michal.simek@xilinx.com>
Acked-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 0dbd6e36
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment