Merge pull request #877 from bestlong/876-ci-not-fail-when-build-error

fixing Travis-CI build problem
This commit is contained in:
Winfried 2017-05-02 06:14:41 +02:00 committed by GitHub
commit b9b9d52e57

View File

@ -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