Try to killall peertube in travis before running tests
This commit is contained in:
parent
0933bb4a8a
commit
338aef3d1c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ matrix:
|
|||
- env: TEST_SUITE=lint
|
||||
|
||||
script:
|
||||
- travis_retry npm run travis -- "$TEST_SUITE"
|
||||
- travis_retry killall peertube ; npm run travis -- "$TEST_SUITE"
|
||||
|
||||
after_failure:
|
||||
- cat test1/logs/all-logs.log
|
||||
|
|
Loading…
Reference in a new issue