From 0cbd293b3cfbad0c0a112a101ec3b7893b38fc73 Mon Sep 17 00:00:00 2001 From: Ben Keith Date: Wed, 26 Oct 2016 16:25:05 -0400 Subject: [PATCH] Add 4.6 to the list of WordPress versions tested against explicitly, because in WordPress is 4.7 development work no --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 378fed836..22b3a00c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ php: # WordPress version used in first build configuration. env: - WP_VERSION=master + - WP_VERSION=4.6 - WP_VERSION=4.5 - WP_VERSION=4.4 - WP_VERSION=4.3