Don't compile all languages in travis
This commit is contained in:
parent
a9155ee6dc
commit
3bacf66164
|
@ -10,7 +10,7 @@ fi
|
||||||
killall -q peertube || true
|
killall -q peertube || true
|
||||||
|
|
||||||
if [ "$1" = "misc" ]; then
|
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 \
|
mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \
|
||||||
server/tests/feeds/index.ts
|
server/tests/feeds/index.ts
|
||||||
elif [ "$1" = "api" ]; then
|
elif [ "$1" = "api" ]; then
|
||||||
|
|
Loading…
Reference in New Issue