Build: Switch PHP 5.2 and 5.3 to Travis' Ubuntu `precise` image

Starting today, Travis will begin switching the default image to `trusty`, which does not support PHP 5.2 or 5.3.

This is not a full fix, because Travis will be dropping `precise` support entirely in September (https://github.com/travis-ci/travis-ci/issues/8072).  However, it buys us some time until then.

See #41292

Merges [41072] to the 4.7 branch.

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


git-svn-id: http://core.svn.wordpress.org/branches/4.7@40925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-07-18 13:06:34 +00:00
parent 61af9be9c6
commit b98a29c182
1 changed files with 1 additions and 1 deletions

View File

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