mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 04:39:12 -04:00
Fix truncation in travis (#4479)
* log to travis every five seconds * travis: kill etherpad process after tests
This commit is contained in:
parent
f0da3a0c4c
commit
f6aed0c9cb
3 changed files with 27 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue