disable sudo for speeding-up travis CI

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 14:47:13 +01:00
parent 1442842e6a
commit 8e3ada1631

View File

@ -11,6 +11,8 @@ php:
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