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 - php: hhvm-nightly
addons: addons:
postgresql: '9.3' postgresql: '9.3'
sudo: false
install: install:
- composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH - composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH
- composer install --dev - composer install --dev