Kaynağa Gözat

fixing ci build problem

Shao Yu Lung 8 yıl önce
ebeveyn
işleme
956b9209bf
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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