diff --git a/.travis.yml b/.travis.yml index 5ac7212101d06b94075827b6a1f82e447464ecd4..9b2dc3e024dd965523b8a18ae8607d1d117893c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,6 @@ notifications: on_success: never on_failure: change -branches: - only: - - master - cache: directories: - vendor @@ -32,6 +28,7 @@ matrix: env: WP_TRAVISCI=phpcs before_script: + - phpenv config-rm xdebug.ini - export PATH="$HOME/.composer/vendor/bin:$PATH" - | if [[ ! -z "$WP_VERSION" ]] ; then