Build/Test tools: Remove PHP 7.2 from the allowed failures list on Travis CI.

Fixes #40109


git-svn-id: https://develop.svn.wordpress.org/trunk@41748 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2017-10-04 19:53:07 +00:00
parent 7a25ed21a7
commit 11a2e57ae8
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ matrix:
- php: nightly
allow_failures:
- php: nightly
- php: 7.2
before_install:
- |
if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then