aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/travis.sh2
1 files changed, 1 insertions, 1 deletions
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
10killall -q peertube || true 10killall -q peertube || true
11 11
12if [ "$1" = "misc" ]; then 12if [ "$1" = "misc" ]; then
13 npm run build 13 npm run build -- --light-fr
14 mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \ 14 mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \
15 server/tests/feeds/index.ts 15 server/tests/feeds/index.ts
16elif [ "$1" = "api" ]; then 16elif [ "$1" = "api" ]; then