Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit b211dca

Browse files
committed
Add JETPACK_AUTOLOAD_DEV for travis.
1 parent e89fbc8 commit b211dca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prefer-stable": true,
88
"minimum-stability": "dev",
99
"require": {
10-
"automattic/jetpack-autoloader": "^2.0.0"
10+
"automattic/jetpack-autoloader": "^2.2.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "6.5.14",

unit-tests/bin/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ install_deps() {
174174

175175
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
176176
php wp-cli.phar core config --dbname=$DB_NAME --dbuser=$DB_USER --dbpass=$DB_PASS --dbhost=$DB_HOST --dbprefix=wptests_
177+
php wp-cli.phar config set JETPACK_AUTOLOAD_DEV true --raw
177178
php wp-cli.phar core install --url="$WP_SITE_URL" --title="Example" --admin_user=admin --admin_password=password --admin_email=info@example.com --path=$WP_CORE_DIR --skip-email
178179

179180
# Install WooCommerce and WooCommerce Admin

0 commit comments

Comments
 (0)