Skip to content

Commit

Permalink
chore(ci): run jest with 2 workers on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 17, 2018
1 parent 5208173 commit 5bc0eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ script:
- yarn commitlint --from="$TRAVIS_BRANCH" --to="$TRAVIS_COMMIT"
- yarn commitlint --from=$TRAVIS_COMMIT
- yarn prettylint
- yarn test --coverage
- yarn test --coverage --maxWorkers 2
after_script: greenkeeper-lockfile-upload
jobs:
include:
Expand Down

0 comments on commit 5bc0eea

Please sign in to comment.