Make WordPress Core

Changeset 40409


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

Build/Test tools: Trim the test matrix on Travis in order to speed up the 4.3 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.3/.travis.yml

    r40281 r40409  
    1010  - php: 5.2
    1111    env: WP_TRAVISCI=travis:phpunit
    12   - php: 5.3
    13     env: WP_TRAVISCI=travis:phpunit
    14   - php: 5.4
    15     env: WP_TRAVISCI=travis:phpunit
    16   - php: 5.5
    17     env: WP_TRAVISCI=travis:phpunit
    1812  - php: 5.6
    1913    env: WP_TRAVISCI=travis:phpunit
    20   - php: hhvm
    21     env: WP_TRAVISCI=travis:phpunit
    22   - php: 7.0
    23     env: WP_TRAVISCI=travis:phpunit
    24   allow_failures:
    25   - php: hhvm
    26   - php: 7.0
    2714  fast_finish: true
    2815before_install:
Note: See TracChangeset for help on using the changeset viewer.