From 3bacf661647deef13c29653b14684703f1201f30 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 27 Aug 2018 11:34:43 +0200 Subject: [PATCH] Don't compile all languages in travis --- scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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