Skip to content

Commit 5bc0eea

Browse files
committed
chore(ci): run jest with 2 workers on CI
1 parent 5208173 commit 5bc0eea

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
@@ -14,7 +14,7 @@ script:
1414
- yarn commitlint --from="$TRAVIS_BRANCH" --to="$TRAVIS_COMMIT"
1515
- yarn commitlint --from=$TRAVIS_COMMIT
1616
- yarn prettylint
17-
- yarn test --coverage
17+
- yarn test --coverage --maxWorkers 2
1818
after_script: greenkeeper-lockfile-upload
1919
jobs:
2020
include:

0 commit comments

Comments
 (0)