Tests: Upgrade the HHVM job to use Ubuntu Trusty, and a more recent version of HHVM.

Also includes some tidying up of the `.travis.yml` file.

Props netweb.

Fixes #36930.


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


git-svn-id: http://core.svn.wordpress.org/trunk@37523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2016-05-25 06:12:30 +00:00
parent 8369b778e1
commit e8660d53a2

View File

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