Skip to content

Commit

Permalink
Use "maxWorkers" jest option to speed up travis (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog authored and Tom910 committed Aug 28, 2018
1 parent f7d0042 commit 7901e77
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 @@ -8,7 +8,7 @@
"prebenchmark": "npm install --no-save lodash ramda lazy.js underscore",
"docs": "esdoc",
"test": "jest --coverage",
"test:ci": "npm run test && cat ./coverage/lcov.info | coveralls"
"test:ci": "npm run test -- --maxWorkers=4 && cat ./coverage/lcov.info | coveralls"
},
"description": "Fast, small and purely functional utility library",
"repository": "https://github.com/TinkoffCreditSystems/utils.js",
Expand Down

0 comments on commit 7901e77

Please sign in to comment.