mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-28 11:34:01 -06:00
Try to fix travis (again)
This commit is contained in:
parent
dcc5be25f6
commit
365b546c9f
@ -43,7 +43,7 @@ matrix:
|
||||
- env: TEST_SUITE=lint
|
||||
|
||||
script:
|
||||
- travis_retry (killall -q peertube || true) && npm run travis -- "$TEST_SUITE"
|
||||
- travis_retry npm run travis -- "$TEST_SUITE"
|
||||
|
||||
after_failure:
|
||||
- cat test1/logs/all-logs.log
|
||||
|
@ -7,6 +7,8 @@ if [ $# -eq 0 ]; then
|
||||
exit -1
|
||||
fi
|
||||
|
||||
killall -q peertube || true
|
||||
|
||||
if [ "$1" = "misc" ]; then
|
||||
npm run build
|
||||
mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \
|
||||
|
Loading…
Reference in New Issue
Block a user