aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-xscripts/travis.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh
index ae4a9f926..49b7233e1 100755
--- a/scripts/travis.sh
+++ b/scripts/travis.sh
@@ -12,7 +12,6 @@ killall -q peertube || true
12if [ "$1" = "misc" ]; then 12if [ "$1" = "misc" ]; then
13 npm run build -- --light-fr 13 npm run build -- --light-fr
14 mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts \ 14 mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts \
15 server/tests/activitypub.ts \
16 server/tests/feeds/index.ts \ 15 server/tests/feeds/index.ts \
17 server/tests/misc-endpoints.ts \ 16 server/tests/misc-endpoints.ts \
18 server/tests/helpers/index.ts 17 server/tests/helpers/index.ts
@@ -31,7 +30,7 @@ elif [ "$1" = "api-2" ]; then
31elif [ "$1" = "api-3" ]; then 30elif [ "$1" = "api-3" ]; then
32 npm run build:server 31 npm run build:server
33 mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index-3.ts 32 mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index-3.ts
34elif [ "$1" = "api-3" ]; then 33elif [ "$1" = "api-4" ]; then
35 npm run build:server 34 npm run build:server
36 mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index-4.ts 35 mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index-4.ts
37elif [ "$1" = "lint" ]; then 36elif [ "$1" = "lint" ]; then