Try to fix travis (again)

This commit is contained in:
Chocobozzz
2018-07-31 10:26:13 +02:00
parent dcc5be25f6
commit 365b546c9f
2 changed files with 3 additions and 1 deletions

View File

@@ -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 \