Merge pull request #825 from bestlong/install-all-ext-for-ci-build

Install all ext to run CI build.
This commit is contained in:
Mahmoud Zalt 2017-04-18 11:32:51 -04:00 committed by GitHub
commit f30e36bc93

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