From 8e3ada1631d60589aa80189a2a8512ef29ec5a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 23 Jan 2015 14:47:13 +0100 Subject: [PATCH] disable sudo for speeding-up travis CI see http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e48be37b0..543c7c478 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ php: addons: postgresql: "9.3" +sudo: false + install: - composer install --dev - cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml