1
0
Fork 0

Don't compile all languages in travis

This commit is contained in:
Chocobozzz 2018-08-27 11:34:43 +02:00
parent a9155ee6dc
commit 3bacf66164
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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