ソースを参照

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