allow docker build to speedup travis

see http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
This commit is contained in:
Julien Fastré 2015-01-23 12:10:24 +01:00
parent 1431580d1f
commit e8be896be8

View File

@ -11,6 +11,8 @@ matrix:
addons: addons:
postgresql: "9.3" postgresql: "9.3"
sudo: false
install: install:
- composer install --dev - composer install --dev
- cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml - cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml