Add Twenty Sixteen to travis builds

This allows the automated tests to include Twenty Sixteen.

Fixes #34315. See #34306.


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


git-svn-id: http://core.svn.wordpress.org/trunk@35174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2015-10-15 19:06:25 +00:00
parent 7aabfdaca4
commit 41b21cf23b

View File

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