Make WordPress Core

Changeset 47928


Ignore:
Timestamp:
06/08/2020 08:56:46 PM (5 years ago)
Author:
desrosj
Message:

Build/Test Tools: Trim the test matrix on Travis in order to speed up the 5.2 branch build.

This removes the PHP 7.2 and 7.1 jobs.

This also removes the PHP 7.3 job which runs without an object cache in place as the likelihood of a change being backported that only breaks 7.3 without an object cache is small.

See #42387, #40407.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2/.travis.yml

    r47336 r47928  
    1818    env: WP_TRAVISCI=travis:js
    1919  - php: 7.3
    20   - php: 7.3
    2120    env: WP_TRAVIS_OBJECT_CACHE=true
    2221    services: memcached
    23   - php: 7.2
    24   - php: 7.1
    2522  - php: 7.0
    2623    env: WP_TEST_REPORTER=true
Note: See TracChangeset for help on using the changeset viewer.