From 91d3134c14ca4fabe4bb3db42c48c7e2b5dc29c6 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 16 Mar 2016 22:20:58 -0400 Subject: [PATCH] Improve Travis config --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 560915120..1c132a0b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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