Skip to content

Commit

Permalink
Merge pull request laradock#825 from bestlong/install-all-ext-for-ci-…
Browse files Browse the repository at this point in the history
…build

Install all ext to run CI build.
  • Loading branch information
Mahmoudz authored Apr 18, 2017
2 parents b9716e7 + cc520c1 commit f30e36b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _scripts/travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f30e36b

Please sign in to comment.