From 663469dfa7a48e6a2d1cb62a59726385f9cdf980 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 2 Feb 2020 16:30:00 +0000 Subject: [PATCH] travis: remove xdebug to improve build time xdebug is almost completely useless here. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 284bc28b7..03b953883 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 7.3 before_script: + - phpenv config-rm xdebug.ini # - pecl install channel://pecl.php.net/pthreads-3.1.6 - echo | pecl install channel://pecl.php.net/yaml-2.0.4 - git clone https://github.com/pmmp/pthreads.git