From b4d349963f03f76b47e272af79d431734ad92514 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 15 Oct 2019 14:40:31 +0000 Subject: [PATCH] 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 git-svn-id: https://develop.svn.wordpress.org/trunk@46542 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bdc6fb3938..0bc10ce477 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ matrix: before_install: - | if [[ "$WP_TRAVISCI" == "test:php" ]]; then - travis_retry svn checkout https://plugins.svn.wordpress.org/wordpress-importer/tags/0.6.3/ tests/phpunit/data/plugins/wordpress-importer + travis_retry svn checkout -r 2170172 https://plugins.svn.wordpress.org/wordpress-importer/trunk/ tests/phpunit/data/plugins/wordpress-importer fi - | sudo rm /usr/local/bin/docker-compose