浏览代码

fixing ci build problem

Shao Yu Lung 8 年之前
父节点
当前提交
956b9209bf
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      travis-build.sh

+ 3 - 0
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