diff --git a/scripts/travis.sh b/scripts/travis.sh index c2785ffa7..c459daf0b 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -10,7 +10,7 @@ fi killall -q peertube || true if [ "$1" = "misc" ]; then - npm run build + npm run build -- --light-fr mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \ server/tests/feeds/index.ts elif [ "$1" = "api" ]; then