Make WordPress Core

Changeset 40407


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

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

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

See #40407

File:
1 edited

Legend:

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

    r40286 r40407  
    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
    19     - php: 5.5
    20       env: WP_TRAVISCI=travis:phpunit
    2115    - php: 5.6
    2216      env: WP_TRAVISCI=travis:phpunit
    23     - php: hhvm
    24       env: WP_TRAVISCI=travis:phpunit
    25   allow_failures:
    26     - php: hhvm
    2717  fast_finish: true
    2818
Note: See TracChangeset for help on using the changeset viewer.