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.
This commit is contained in:
Jeff Stieler 2016-06-08 15:07:48 -06:00
parent 21ffc13ab3
commit 5b7646953e
1 changed files with 0 additions and 6 deletions

View File

@ -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