Build/Test tools: Trim the test matrix on Travis in order to speed up the 4.7 branch build.

This removes the PHP 7.0, 5.5, 5.4, 5.3, and nightly jobs.

Fixes #41707

Built from https://develop.svn.wordpress.org/branches/4.7@41307


git-svn-id: http://core.svn.wordpress.org/branches/4.7@41138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-08-22 21:41:32 +00:00
parent f8663be50e
commit fae164a240

View File

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