housekeeping: v3 of automatic plugin fixing tool.

Make sure plugins do npm install before being tested.
This commit is contained in:
John McLear 2020-08-22 15:50:55 +01:00 committed by GitHub
parent 4eda214ee9
commit 7a076d1f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ jobs:
include:
- name: "Run the Backend tests"
install:
- "npm install"
- "mkdir [plugin_name]"
- "mv !([plugin_name]) [plugin_name]"
- "git clone https://github.com/ether/etherpad-lite.git etherpad"
@ -46,6 +47,7 @@ jobs:
- "tests/frontend/travis/runnerBackend.sh"
- name: "Test the Frontend"
install:
- "npm install"
- "mkdir [plugin_name]"
- "mv !([plugin_name]) [plugin_name]"
- "git clone https://github.com/ether/etherpad-lite.git etherpad"
@ -62,4 +64,5 @@ notifications:
channels:
- "irc.freenode.org#etherpad-lite-dev"
##ETHERPAD_TRAVIS_V=2
##ETHERPAD_TRAVIS_V=3
## Travis configuration automatically created using bin/plugins/updateAllPluginsScript.sh