Build/Test: Revert that failing test.
Now that Travis has confirmed that it is sending messages to Slack when a test fails, we no longer need a failing test. The failing test added in [40613] is reverted, as Travis has failed to fail at notifying us about failing tests. See #40712. Built from https://develop.svn.wordpress.org/trunk@40614 git-svn-id: http://core.svn.wordpress.org/trunk@40484 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
33e2f5fe9a
commit
59c721dda0
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.8-alpha-40613';
|
||||
$wp_version = '4.8-alpha-40614';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue