From 58d05123bbdd334ce53ddcd21c6cfe899d0a3562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 23 Jan 2015 12:28:48 +0100 Subject: [PATCH] disable sudo in travis build to speed up 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 a0aacfa02..73ae082a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ matrix: allow_failures: - php: hhvm-nightly +sudo: false + addons: postgresql: "9.3"