From 7c8d9b2e6a4a9fc1a7554a88e0c6958be55af019 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 22 Dec 2020 21:01:10 +0000 Subject: [PATCH] Build/Test Tools: Remove the TravisCI configuration file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In [49162], GitHub Action workflow configuration files were introduced to run all of Core’s automated testing with the intent to fully transition after some time was allowed for testing. After two full months of testing, the time to finish this transition has come. We thank TravisCI for testing the codebase through nearly 20 major and many more minor releases. Fixes #52161. See #50401. Built from https://develop.svn.wordpress.org/trunk@49876 git-svn-id: http://core.svn.wordpress.org/trunk@49595 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 089db111ce..33d8bf8bbe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49873'; +$wp_version = '5.7-alpha-49876'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.