Make WordPress Core

Changeset 41307


Ignore:
Timestamp:
08/22/2017 09:40:43 PM (8 years ago)
Author:
johnbillion
Message:

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

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

Fixes #41707

File:
1 edited

Legend:

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

    r41296 r41307  
    1616    env: WP_TRAVISCI=travis:js
    1717  - php: 7.1
    18   - php: 7.0
    1918  - php: 5.6
    2019  - php: 5.6
    2120    env: WP_TRAVIS_OBJECT_CACHE=true
    2221    services: memcached
    23   - php: 5.5
    24   - php: 5.4
    25   - php: 5.3
    26     dist: precise
    2722  - php: 5.2
    2823    dist: precise
    29   - php: nightly
    30   allow_failures:
    31   - php: nightly
    3224before_install:
    3325- |
Note: See TracChangeset for help on using the changeset viewer.