prolly wont work anyway

This commit is contained in:
John McLear 2020-11-06 22:48:16 +00:00 committed by Richard Hansen
parent ca405c1685
commit 95e8ae1900
2 changed files with 58 additions and 0 deletions

View file

@ -74,6 +74,13 @@ jobs:
- "npm install -g etherpad-load-test"
script:
- "tests/frontend/travis/runnerLoadTest.sh"
- name: "Load test Etherpad with 3 authors but without Plugins"
install:
- "bin/installDeps.sh"
- "cd src && npm install && cd -"
- "npm install etherpad-load-test"
script:
- "tests/frontend/travis/runnerLoadTestMultiPad.sh"
# we can only frontend tests from the ether/ organization and not from forks.
# To request tests to be run ask a maintainer to fork your repo to ether/
- if: fork = false