From f88392cf680c30943f91d79d96e65277dfb0c7f0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 May 2019 15:37:31 +0200 Subject: Decrease max parallel tests for travis --- scripts/travis.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/travis.sh b/scripts/travis.sh index 772d3906a..c38bd2cab 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -20,16 +20,16 @@ elif [ "$1" = "cli" ]; then mocha --timeout 5000 --exit --require ts-node/register --bail server/tests/cli/index.ts elif [ "$1" = "api-1" ]; then npm run build:server - sh ./server/tests/api/travis-1.sh + sh ./server/tests/api/travis-1.sh 2 elif [ "$1" = "api-2" ]; then npm run build:server - sh ./server/tests/api/travis-2.sh + sh ./server/tests/api/travis-2.sh 2 elif [ "$1" = "api-3" ]; then npm run build:server - sh ./server/tests/api/travis-3.sh + sh ./server/tests/api/travis-3.sh 2 elif [ "$1" = "api-4" ]; then npm run build:server - sh ./server/tests/api/travis-4.sh + sh ./server/tests/api/travis-4.sh 2 elif [ "$1" = "lint" ]; then npm run tslint -- --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" "shared/**/*.ts" -- cgit v1.2.3