From 716fa97607fe3ba5322ead7dda54afe2f0f6fa89 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 27 Mar 2019 03:05:56 +0000 Subject: [PATCH] Build/Test Tools: Enable persistent object cache on a PHP 7.3 build instead of PHP 5.6. Props netweb, johnbillion. Fixes #46633. git-svn-id: https://develop.svn.wordpress.org/trunk@45027 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 24312e24aa..21db732da4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,14 +18,14 @@ matrix: env: WP_TRAVISCI=travis:js - php: 7.4snapshot - php: 7.3 + - php: 7.3 + env: WP_TRAVIS_OBJECT_CACHE=true + services: memcached - php: 7.2 - php: 7.1 - php: 7.0 env: WP_TEST_REPORTER=true - php: 5.6 - - php: 5.6 - env: WP_TRAVIS_OBJECT_CACHE=true - services: memcached - php: 5.5 - php: 5.4 - php: 5.3