mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-24 20:11:22 +01:00
housekeeping: v3 of automatic plugin fixing tool.
Make sure plugins do npm install before being tested.
This commit is contained in:
parent
4eda214ee9
commit
7a076d1f3a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user