Explorar o código

fixing ci build problem

Shao Yu Lung %!s(int64=8) %!d(string=hai) anos
pai
achega
956b9209bf
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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