remove sudo to faster builds in travis ci

This commit is contained in:
Julien Fastré 2015-01-30 18:31:08 +01:00
parent 6c4851134d
commit 9a7b2e68b9

View File

@ -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