mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04: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
1 changed files with 4 additions and 1 deletions
|
@ -33,6 +33,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- name: "Run the Backend tests"
|
- name: "Run the Backend tests"
|
||||||
install:
|
install:
|
||||||
|
- "npm install"
|
||||||
- "mkdir [plugin_name]"
|
- "mkdir [plugin_name]"
|
||||||
- "mv !([plugin_name]) [plugin_name]"
|
- "mv !([plugin_name]) [plugin_name]"
|
||||||
- "git clone https://github.com/ether/etherpad-lite.git etherpad"
|
- "git clone https://github.com/ether/etherpad-lite.git etherpad"
|
||||||
|
@ -46,6 +47,7 @@ jobs:
|
||||||
- "tests/frontend/travis/runnerBackend.sh"
|
- "tests/frontend/travis/runnerBackend.sh"
|
||||||
- name: "Test the Frontend"
|
- name: "Test the Frontend"
|
||||||
install:
|
install:
|
||||||
|
- "npm install"
|
||||||
- "mkdir [plugin_name]"
|
- "mkdir [plugin_name]"
|
||||||
- "mv !([plugin_name]) [plugin_name]"
|
- "mv !([plugin_name]) [plugin_name]"
|
||||||
- "git clone https://github.com/ether/etherpad-lite.git etherpad"
|
- "git clone https://github.com/ether/etherpad-lite.git etherpad"
|
||||||
|
@ -62,4 +64,5 @@ notifications:
|
||||||
channels:
|
channels:
|
||||||
- "irc.freenode.org#etherpad-lite-dev"
|
- "irc.freenode.org#etherpad-lite-dev"
|
||||||
|
|
||||||
##ETHERPAD_TRAVIS_V=2
|
##ETHERPAD_TRAVIS_V=3
|
||||||
|
## Travis configuration automatically created using bin/plugins/updateAllPluginsScript.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue