Make WordPress Core

Changeset 44991


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

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

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

See #42387, #40407

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/.travis.yml

    r41748 r44991  
    1616    env: WP_TRAVISCI=travis:js
    1717  - php: 7.2
    18   - php: 7.1
    19   - php: 7.0
    2018  - php: 5.6
    2119  - php: 5.6
    2220    env: WP_TRAVIS_OBJECT_CACHE=true
    2321    services: memcached
    24   - php: 5.5
    25   - php: 5.4
    26   - php: 5.3
    27     dist: precise
    2822  - php: 5.2
    2923    dist: precise
    30   - php: nightly
    31   allow_failures:
    32   - php: nightly
    3324before_install:
    3425- |
Note: See TracChangeset for help on using the changeset viewer.