Remove woo admin from installer

This commit is contained in:
Mike Jolley 2019-06-11 10:36:46 +01:00
parent c2e4d5a28e
commit 99a09c5810
1 changed files with 0 additions and 2 deletions

View File

@ -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.