Skip to content

Commit

Permalink
Try sequential tests in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tulios committed Jun 14, 2018
1 parent bbecce7 commit 9167a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:local:watch": "NODE_ENV=test ./node_modules/.bin/jest --watch",
"test:local": "NODE_ENV=test ./node_modules/.bin/jest --forceExit",
"test:debug": "NODE_ENV=test node --inspect-brk node_modules/.bin/jest --runInBand --watch",
"test": "NODE_ENV=test yarn lint && JEST_JUNIT_OUTPUT=test-report.xml ./scripts/testWithKafka.sh './node_modules/.bin/jest --maxWorkers=4 --no-watchman --forceExit'",
"test": "NODE_ENV=test yarn lint && VERBOSE=1 JEST_JUNIT_OUTPUT=test-report.xml ./scripts/testWithKafka.sh './node_modules/.bin/jest --runInBand --no-watchman --forceExit'",
"lint": "find . -path ./node_modules -prune -o -path ./coverage -prune -o -name '*.js' -print0 | xargs -0 ./node_modules/.bin/eslint",
"format": "find . -path ./node_modules -prune -o -path ./coverage -prune -o -name '*.js' -print0 | xargs -0 ./node_modules/.bin/prettier --write",
"precommit": "lint-staged"
Expand Down

0 comments on commit 9167a7d

Please sign in to comment.