diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 56091512..1c132a0b 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 |