From fcdcd376441468b7d41f57bc6301b9231ac6aa20 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Wed, 4 Dec 2019 17:11:11 -0500 Subject: [PATCH 1/2] Framework: Remove unused Travis install dependencies --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c45e2f36b27b6..e02eccedf2a92c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,6 @@ install: # Install WordPress. cd wordpress - npm install dotenv wait-on npm run env:start sleep 10 npm run env:install From f609dc6f7abe0afdbba4b871cf23e94404ec662d Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Wed, 4 Dec 2019 17:30:30 -0500 Subject: [PATCH 2/2] Framework: Restore and document wordpress-develop tool dependencies --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e02eccedf2a92c..9877a142aef875 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,8 +71,9 @@ install: /tmp/wordpress-develop-master/*config-sample.php \ /tmp/wordpress-develop-master/package.json wordpress - # Install WordPress. + # Install WordPress. The additional dependencies are required by the copied `wordpress-develop` tools. cd wordpress + npm install dotenv wait-on npm run env:start sleep 10 npm run env:install