From 9a7b2e68b9b98dc6df1fab604b8c6fbaa2ac9ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 30 Jan 2015 18:31:08 +0100 Subject: [PATCH] remove sudo to faster builds in travis ci --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f11f008f1..104cafa19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ matrix: - php: hhvm-nightly addons: postgresql: '9.3' +sudo: false install: - composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH - composer install --dev