BUILD/TEST TOOLS: Report Travis test results to make/hosting PHPUnit test results

Send the core test results to make/hosting in order to improve the alerting.  See: https://github.com/WordPress/phpunit-test-reporter/issues/45

Fixes #43099
Props danielbachhuber


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


git-svn-id: http://core.svn.wordpress.org/trunk@42321 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2018-01-16 20:29:31 +00:00
parent fc51a83ed8
commit 8bd98be63d

View File

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