X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Ftravis.sh;h=390500ed451549e64ee7e469ea7d7e2f98e9ba0f;hb=c0ffdd09582fa320446a12ada1d382fedcfcd82a;hp=a5f604bb1fc31a4dc7a07ee9e661be8cd6f308ea;hpb=fe3a55b071c99b346e9e9ab786f5d219e5a064cd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/travis.sh b/scripts/travis.sh index a5f604bb1..390500ed4 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -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 \