From ad4ea65493afb7f54610b7ddaa28f526f791554f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 24 Nov 2017 08:14:17 -0800 Subject: Travis: try to make sure failing builds fail In some situations Travis CI doesn't seem to notice that a build failed and give us a green check mark even though the build didn't succeed. Signed-off-by: Dirk Hohndel --- scripts/windows/travisbuild.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/windows/travisbuild.sh') diff --git a/scripts/windows/travisbuild.sh b/scripts/windows/travisbuild.sh index e8455ea87..6ca94c888 100644 --- a/scripts/windows/travisbuild.sh +++ b/scripts/windows/travisbuild.sh @@ -1,5 +1,8 @@ #!/bin/bash +set -x +set -e + # this gets executed by Travis when building an installer for Windows # it gets started from inside the subsurface directory # with all the other projects downloaded and installed in parralel to -- cgit v1.2.3-70-g09d2