Build/Test: Post Travis results to Slack from WordPress/wordpress-develop
Backports [40604] to 4.7 Now that the WordPress/wordpress-develop GitHub repo is syncing correctly, we can use it for Travis integration. Props jorbin for getting the ball rolling so long ago, unprops jorbin because his Travis build can finally be retired. Props Pento. Fixes #40712. Built from https://develop.svn.wordpress.org/branches/4.7@40616 git-svn-id: http://core.svn.wordpress.org/branches/4.7@40486 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7b810872a1
commit
d2a0e52c43
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7.5-alpha-40547';
|
||||
$wp_version = '4.7.5-alpha-40616';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue