Build/Test tools use Trunk revision 2170172 of importer

Update Travis configuration to temporarily use trunk for the importer in order for PHP 7.4 tests to pass. When the new version is released, this will be updated to point to that tag.

See: #48231


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


git-svn-id: http://core.svn.wordpress.org/trunk@46339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2019-10-15 14:42:04 +00:00
parent 1940cf7d54
commit 1740246d2b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-beta3-46507';
$wp_version = '5.3-beta3-46542';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.