Improve Travis config

This commit is contained in:
Frederic Guillot 2016-03-16 22:20:58 -04:00
parent 3bc89cd88b
commit 91d3134c14
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
git:
depth: 3
language: php
sudo: false
@ -17,6 +20,7 @@ matrix:
fast_finish: true
before_script:
- phpenv config-rm xdebug.ini
- phpenv config-add tests/php.ini
- composer install
- php -i