diff options
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-x | scripts/travis.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh index 5d195f902..628039ab7 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh | |||
@@ -11,8 +11,11 @@ killall -q peertube || true | |||
11 | 11 | ||
12 | if [ "$1" = "misc" ]; then | 12 | if [ "$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 server/tests/activitypub.ts \ | 14 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts \ |
15 | server/tests/feeds/index.ts server/tests/misc-endpoints.ts | 15 | server/tests/activitypub.ts \ |
16 | server/tests/feeds/index.ts \ | ||
17 | server/tests/misc-endpoints.ts \ | ||
18 | server/tests/helpers/index.ts | ||
16 | elif [ "$1" = "api" ]; then | 19 | elif [ "$1" = "api" ]; then |
17 | npm run build:server | 20 | npm run build:server |
18 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts | 21 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts |