Make WordPress Core

Changeset 45027


Ignore:
Timestamp:
03/27/2019 03:05:56 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Enable persistent object cache on a PHP 7.3 build instead of PHP 5.6.

Props netweb, johnbillion.
Fixes #46633.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r45004 r45027  
    1919  - php: 7.4snapshot
    2020  - php: 7.3
     21  - php: 7.3
     22    env: WP_TRAVIS_OBJECT_CACHE=true
     23    services: memcached
    2124  - php: 7.2
    2225  - php: 7.1
     
    2427    env: WP_TEST_REPORTER=true
    2528  - php: 5.6
    26   - php: 5.6
    27     env: WP_TRAVIS_OBJECT_CACHE=true
    28     services: memcached
    2929  - php: 5.5
    3030  - php: 5.4
Note: See TracChangeset for help on using the changeset viewer.