Build/Test Tools: Add ms-files test group to sub-task list.

Previously, the `ms-files` test group would not run in any automatic configuration. This ensures it is always run as part of the test suite in Travis CI.

Props netweb.
Fixes #41698.

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


git-svn-id: http://core.svn.wordpress.org/trunk@41493 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2017-10-01 22:16:48 +00:00
parent 1f4dab28fe
commit d5acf636b0

View File

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