]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/travis.sh
Add import.video.torrent configuration
[github/Chocobozzz/PeerTube.git] / scripts / travis.sh
index a5f604bb1fc31a4dc7a07ee9e661be8cd6f308ea..390500ed451549e64ee7e469ea7d7e2f98e9ba0f 100755 (executable)
@@ -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 \