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.
Built from https://develop.svn.wordpress.org/branches/5.5@49497


git-svn-id: http://core.svn.wordpress.org/branches/5.5@49256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-11-04 15:02:07 +00:00
parent 18b7e09efb
commit 433f7ec7a1

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5.4-alpha-49468';
$wp_version = '5.5.4-alpha-49497';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.