Speed up build time
Speed up build time by disabling Xdebug.
This commit is contained in:
parent
f3f657df99
commit
03c06cc124
|
@ -29,6 +29,8 @@ env:
|
||||||
# e.g. copy database configurations, environment variables, etc.
|
# e.g. copy database configurations, environment variables, etc.
|
||||||
# Failures in this section will result in build status 'errored'.
|
# Failures in this section will result in build status 'errored'.
|
||||||
before_script:
|
before_script:
|
||||||
|
# Speed up build time by disabling Xdebug.
|
||||||
|
- phpenv config-rm xdebug.ini || echo 'No xdebug config.'
|
||||||
# Set up temporary paths.
|
# Set up temporary paths.
|
||||||
- export PHPCS_DIR=/tmp/phpcs
|
- export PHPCS_DIR=/tmp/phpcs
|
||||||
- export WPCS_DIR=/tmp/wpcs
|
- export WPCS_DIR=/tmp/wpcs
|
||||||
|
|
Reference in New Issue