From cdcaaa2f6bb4cf39fc0802b418c14674d172c1e8 Mon Sep 17 00:00:00 2001 From: Alexander Kotliarskyi Date: Wed, 18 Mar 2015 10:35:49 -0700 Subject: [PATCH] Travis: fail build early if tests fail --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index ed68320c260..22b332a1304 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,7 @@ #!/bin/sh + +set -e + xctool \ -project IntegrationTests/IntegrationTests.xcodeproj \ -scheme IntegrationTests \