Fix truncation in travis (#4479)

* log to travis every five seconds
* travis: kill etherpad process after tests
This commit is contained in:
webzwo0i 2020-11-10 06:59:50 +01:00 committed by GitHub
parent f0da3a0c4c
commit f6aed0c9cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 8 deletions

View file

@ -40,7 +40,7 @@ jobs:
- "bin/installDeps.sh"
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
script:
- "travis_wait 15 tests/frontend/travis/runner.sh"
- "./tests/frontend/travis/runner.sh"
- name: "Run the Backend tests without Plugins"
install:
- "sudo add-apt-repository -y ppa:libreoffice/ppa"
@ -78,7 +78,7 @@ jobs:
- *install_plugins
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
script:
- "travis_wait 15 tests/frontend/travis/runner.sh"
- "./tests/frontend/travis/runner.sh"
- name: "Lint test package-lock.json"
install:
- "npm install lockfile-lint"