diff --git a/travis-build.sh b/travis-build.sh index 5c00171e..506d083f 100755 --- a/travis-build.sh +++ b/travis-build.sh @@ -6,6 +6,7 @@ set -e #### Build the Docker Images if [ -n "${PHP_VERSION}" ]; then cp env-example .env + sed -i -- "s/PHP_VERSION=.*/PHP_VERSION=${PHP_VERSION}/g" .env sed -i -- 's/=false/=true/g' .env cat .env docker-compose build