From 99a09c58102af4efd45ed91259815e7d6f8ac31a Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Tue, 11 Jun 2019 10:36:46 +0100 Subject: [PATCH] Remove woo admin from installer --- unit-tests/bin/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/unit-tests/bin/install.sh b/unit-tests/bin/install.sh index d730a3d1b73..269e4ed91a3 100755 --- a/unit-tests/bin/install.sh +++ b/unit-tests/bin/install.sh @@ -180,11 +180,9 @@ install_deps() { cd "wp-content/plugins/" git clone --depth 1 https://github.com/woocommerce/woocommerce.git - git clone --depth 1 https://github.com/woocommerce/woocommerce-admin.git cd "$WP_CORE_DIR" php wp-cli.phar plugin activate woocommerce - php wp-cli.phar plugin activate woocommerce-admin if [ "$BRANCH" != "" ]; then # Install the correct branch of the plugin, if running from Travis CI.