From 4fa216b9c9a70848639dbe224c7982ae48dd1e13 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Fri, 8 Sep 2017 16:47:50 -0700 Subject: [PATCH] Test all branches, and disable xdebug during tests --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ac7212..9b2dc3e 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 -- GitLab