From 431ab61f3450d75f5b3a3468513247798c4c364d Mon Sep 17 00:00:00 2001 From: Jeff Stieler Date: Fri, 12 Jul 2019 11:33:25 -0600 Subject: [PATCH] Skip dev dependencies when installing WooCommerce for CI builds. --- plugins/woocommerce-admin/bin/install-wp-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-admin/bin/install-wp-tests.sh b/plugins/woocommerce-admin/bin/install-wp-tests.sh index 9e4195ec395..e2ff3a6f2ba 100755 --- a/plugins/woocommerce-admin/bin/install-wp-tests.sh +++ b/plugins/woocommerce-admin/bin/install-wp-tests.sh @@ -183,7 +183,7 @@ install_deps() { # Bring in WooCommerce Core dependencies cd "woocommerce" - composer install + composer install --no-dev cd "$WP_CORE_DIR" php wp-cli.phar plugin activate woocommerce