From 5b7646953e6b4631e10dc25c81eb3e412a3c5dd4 Mon Sep 17 00:00:00 2001 From: Jeff Stieler Date: Wed, 8 Jun 2016 15:07:48 -0600 Subject: [PATCH] Remove unsupported versions of WordPress from Travis CI build matrix. At the time of this commit, `latest` and the minimum supported version of `4.4` are one in the same. --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc68322dd1d..92786e888cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,12 +20,6 @@ matrix: include: - php: 5.6 env: WP_VERSION=latest WP_MULTISITE=1 - - php: 5.6 - env: WP_VERSION=4.3 WP_MULTISITE=0 - - php: 5.6 - env: WP_VERSION=4.2 WP_MULTISITE=0 - - php: 5.6 - env: WP_VERSION=4.1 WP_MULTISITE=0 before_script: - bash tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION