Make WordPress Core

Changeset 40413


Ignore:
Timestamp:
04/10/2017 11:35:00 PM (8 years ago)
Author:
johnbillion
Message:

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

This removes all allowed failure jobs, plus PHP 5.3 and 5.4 jobs.

See #40407

File:
1 edited

Legend:

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

    r40288 r40413  
    1313    - php: 5.2
    1414      env: WP_TRAVISCI=travis:phpunit
    15     - php: 5.3
    16       env: WP_TRAVISCI=travis:phpunit
    17     - php: 5.4
    18       env: WP_TRAVISCI=travis:phpunit
    1915    - php: 5.5
    2016      env: WP_TRAVISCI=travis:phpunit
    21     - php: 5.6
    22       env: WP_TRAVISCI=travis:phpunit
    23     - php: hhvm
    24       env: WP_TRAVISCI=travis:phpunit
    25   allow_failures:
    26     - php: 5.6
    27     - php: hhvm
    2817  fast_finish: true
    2918
Note: See TracChangeset for help on using the changeset viewer.