diff --git a/_scripts/travis-build.sh b/_scripts/travis-build.sh index fe9d4aba..84fee415 100755 --- a/_scripts/travis-build.sh +++ b/_scripts/travis-build.sh @@ -3,6 +3,8 @@ #### Build the Docker Images if [ -n "${PHP_VERSION}" ]; then cp env-example .env + sed -i -- 's/=false/=true/g' .env + cat .env docker-compose build docker images fi