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