diff options
Diffstat (limited to 'scripts/travis.sh')
-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 8f0c4a40d..49b7233e1 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh | |||
@@ -30,7 +30,7 @@ elif [ "$1" = "api-2" ]; then | |||
30 | elif [ "$1" = "api-3" ]; then | 30 | elif [ "$1" = "api-3" ]; then |
31 | npm run build:server | 31 | npm run build:server |
32 | 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 |
33 | elif [ "$1" = "api-3" ]; then | 33 | elif [ "$1" = "api-4" ]; then |
34 | npm run build:server | 34 | npm run build:server |
35 | 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 |
36 | elif [ "$1" = "lint" ]; then | 36 | elif [ "$1" = "lint" ]; then |