mirror of https://github.com/Chocobozzz/PeerTube
Don't compile all languages in travis
parent
a9155ee6dc
commit
3bacf66164
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue