Make WordPress Core

Changeset 47322


Ignore:
Timestamp:
02/19/2020 01:31:53 PM (5 years ago)
Author:
SergeyBiryukov
Message:

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

This removes the PHP 7.2, 7.1, 5.5, 5.4, and 5.3 jobs.

This also 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 [44992] and [45005] to the 5.1 branch.
See #42387, #40407.

File:
1 edited

Legend:

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

    r46407 r47322  
    1818    env: WP_TRAVISCI=travis:js
    1919  - php: 7.3
    20   - php: 7.2
    21   - php: 7.1
    2220  - php: 7.0
    2321    env: WP_TEST_REPORTER=true
    2422  - php: 5.6
    25   - php: 5.6
    2623    env: WP_TRAVIS_OBJECT_CACHE=true
    2724    services: memcached
    28   - php: 5.5
    29   - php: 5.4
    30   - php: 5.3
    31     dist: precise
    3225  - php: 5.2
    3326    dist: precise
Note: See TracChangeset for help on using the changeset viewer.