Make WordPress Core

Changeset 49497


Ignore:
Timestamp:
11/04/2020 03:00:31 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Remove jobs that are allowed to fail for the 5.5 branch.

Because PHP 8 support will not be backported to the 5.5 branch, the test job in the Travis matrix will never pass, making it unnecessary to continue running.

See #51705.

File:
1 edited

Legend:

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

    r49363 r49497  
    5252  - env: LOCAL_PHP=5.6-fpm LOCAL_PHPUNIT=5.6-fpm WP_TRAVISCI=test:php
    5353    name: "PHPUnit Tests: PHP 5.6"
    54   - env: LOCAL_PHP=8.0-fpm LOCAL_PHPUNIT=8.0-fpm WP_TRAVISCI=test:php
    55     name: "PHPUnit Tests: PHP 8.0"
    56   allow_failures:
    57   - env: LOCAL_PHP=8.0-fpm LOCAL_PHPUNIT=8.0-fpm WP_TRAVISCI=test:php
    5854  fast_finish: true
    5955
Note: See TracChangeset for help on using the changeset viewer.