From 03c06cc12464aee3411cf96c43d6ddcb82f1e681 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Tue, 17 Dec 2019 00:08:41 +0100 Subject: [PATCH] Speed up build time Speed up build time by disabling Xdebug. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 80de718..2b7129c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,8 @@ env: # e.g. copy database configurations, environment variables, etc. # Failures in this section will result in build status 'errored'. before_script: + # Speed up build time by disabling Xdebug. + - phpenv config-rm xdebug.ini || echo 'No xdebug config.' # Set up temporary paths. - export PHPCS_DIR=/tmp/phpcs - export WPCS_DIR=/tmp/wpcs