From cc520c18b5b7301bc4ed1dbe57558b37e3532937 Mon Sep 17 00:00:00 2001 From: Shao Yu Lung Date: Tue, 18 Apr 2017 15:07:27 +0800 Subject: [PATCH] Install all ext to run CI build. --- _scripts/travis-build.sh | 2 ++ 1 file changed, 2 insertions(+) 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