diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-27 11:34:43 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-27 11:34:43 +0200 |
commit | 3bacf661647deef13c29653b14684703f1201f30 (patch) | |
tree | ce0f480b5b670032365279decc4dedb95d22edeb | |
parent | a9155ee6dc632e860784c0c9969b594b80355276 (diff) | |
download | PeerTube-3bacf661647deef13c29653b14684703f1201f30.tar.gz PeerTube-3bacf661647deef13c29653b14684703f1201f30.tar.zst PeerTube-3bacf661647deef13c29653b14684703f1201f30.zip |
Don't compile all languages in travis
-rwxr-xr-x | scripts/travis.sh | 2 |
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 | |||
10 | killall -q peertube || true | 10 | killall -q peertube || true |
11 | 11 | ||
12 | if [ "$1" = "misc" ]; then | 12 | if [ "$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 |
16 | elif [ "$1" = "api" ]; then | 16 | elif [ "$1" = "api" ]; then |