diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh index 79be23493..a5f604bb1 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh | |||
@@ -9,7 +9,8 @@ fi | |||
9 | 9 | ||
10 | if [ "$1" = "misc" ]; then | 10 | if [ "$1" = "misc" ]; then |
11 | npm run build | 11 | npm run build |
12 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts | 12 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \ |
13 | server/tests/feeds/feeds.ts | ||
13 | elif [ "$1" = "api" ]; then | 14 | elif [ "$1" = "api" ]; then |
14 | npm run build:server | 15 | npm run build:server |
15 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts | 16 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts |