From d468e7c6799e7ee734b9f71fceda99dfbda66b46 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Tue, 20 Mar 2012 09:30:03 -0400 Subject: [PATCH] Make build commands verbose and fail-fast --- ci/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/build.sh b/ci/build.sh index 038777293f..0e285f2b32 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,5 +1,8 @@ #! /bin/bash +set -x +set -e + #sass sass:static/css -r templates/sass/bourbon/lib/bourbon.rb --style :compressed if [ -z "${GIT_COMMIT}" ]; then