From 956b9209bf199fe62f9c89b48408d03697eb9ed2 Mon Sep 17 00:00:00 2001 From: Shao Yu Lung Date: Sun, 30 Apr 2017 21:52:22 +0800 Subject: [PATCH] fixing ci build problem --- travis-build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/travis-build.sh b/travis-build.sh index 84fee415..5c00171e 100755 --- a/travis-build.sh +++ b/travis-build.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +#### halt script on error +set -e + #### Build the Docker Images if [ -n "${PHP_VERSION}" ]; then cp env-example .env