]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Don't compile all languages in travis
authorChocobozzz <me@florianbigard.com>
Mon, 27 Aug 2018 09:34:43 +0000 (11:34 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 27 Aug 2018 09:34:43 +0000 (11:34 +0200)
scripts/travis.sh

index c2785ffa76bcd8adf797a70d35041900962367ea..c459daf0becbb621e5660a87c50ce7b549300792 100755 (executable)
@@ -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