From 7cb146f92a539be11e6130fba816c853c2515a5a Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 25 Mar 2019 16:26:30 +0000 Subject: [PATCH] Build/Test tools: Further trimming of CI jobs on the 4.7 branch. This removes the PHP 5.6 job which runs without an object cache in place as the likelihood of a change being backported that only breaks 5.6 environments without an object cache is small. Merges [45005] into the 4.7 branch. See #42387 git-svn-id: https://develop.svn.wordpress.org/branches/4.7@45008 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9b8fa9efa2..0ba4b25dde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ matrix: - php: 7.1 env: WP_TRAVISCI=travis:js - php: 7.1 - - php: 5.6 - php: 5.6 env: WP_TRAVIS_OBJECT_CACHE=true services: memcached