aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-xscripts/travis.sh2
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
30elif [ "$1" = "api-3" ]; then 30elif [ "$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
33elif [ "$1" = "api-3" ]; then 33elif [ "$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
36elif [ "$1" = "lint" ]; then 36elif [ "$1" = "lint" ]; then