Make WordPress Core

Changeset 44992


Ignore:
Timestamp:
03/25/2019 12:18:17 AM (6 years ago)
Author:
johnbillion
Message:

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

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

See #42387, #40407

Location:
branches/5.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0

  • branches/5.0/.travis.yml

    r43899 r44992  
    1616  - php: 7.1
    1717    env: WP_TRAVISCI=travis:js
    18   - php: 7.2
    19   - php: 7.1
    20   - php: 7.0
    2118  - php: 5.6
    2219  - php: 5.6
    2320    env: WP_TRAVIS_OBJECT_CACHE=true
    2421    services: memcached
    25   - php: 5.5
    26   - php: 5.4
    27   - php: 5.3
    28     dist: precise
    2922  - php: 5.2
    3023    dist: precise
    31   - php: nightly
    32   allow_failures:
    33   - php: nightly
    3424before_install:
    3525- |
Note: See TracChangeset for help on using the changeset viewer.