diff options
Diffstat (limited to 'scripts')
-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 f9fd19512..5d195f902 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh | |||
@@ -12,7 +12,7 @@ killall -q peertube || true | |||
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 server/tests/activitypub.ts \ |
15 | server/tests/feeds/index.ts | 15 | server/tests/feeds/index.ts server/tests/misc-endpoints.ts |
16 | elif [ "$1" = "api" ]; then | 16 | elif [ "$1" = "api" ]; then |
17 | npm run build:server | 17 | npm run build:server |
18 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts | 18 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts |