Install all ext to run CI build.

This commit is contained in:
Shao Yu Lung 2017-04-18 15:07:27 +08:00
parent c67fa5b258
commit cc520c18b5
1 changed files with 2 additions and 0 deletions

View File

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