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

Fixes #40109

Built from https://develop.svn.wordpress.org/trunk@41748


git-svn-id: http://core.svn.wordpress.org/trunk@41582 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-10-04 19:54:48 +00:00
parent dd4ea3c038
commit be693a6181

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41747';
$wp_version = '4.9-alpha-41748';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.