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