Build/Test: Add an intentionally failing test.

To ensure that Travis is sending messages to Slack, a test needs to fail, so here's a failing test.

This failing test (and no other failing tests) will be reverted once Travis confirms that it isn't failing to message Slack about failing tests.

See #40712.


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


git-svn-id: http://core.svn.wordpress.org/trunk@40483 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2017-05-10 23:37:43 +00:00
parent 0f4725a0e3
commit 33e2f5fe9a

View File

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