Build/Test tools: Don't attempt to report PHP's extensions when running HHVM jobs on Travis. It doesn't work.

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


git-svn-id: http://core.svn.wordpress.org/trunk@40186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-03-10 15:31:41 +00:00
parent 96b2923e62
commit d675e30e51

View File

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