Skip to content

Commit f21dc5e

Browse files
committed
ci(Travis): Set max workers to 4 for Jest.
1 parent fc66e2b commit f21dc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ node_js:
1313
- "5"
1414
- "4"
1515
script:
16-
- yarn run coverage
16+
- yarn run coverage -- --maxWorkers 4
1717
- yarn run build
1818
after_success:
1919
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'

0 commit comments

Comments
 (0)