Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Reduce worker count to 3
Since we saw a starvation issue on one of @sandersn's PRs.
  • Loading branch information
weswigham authored Aug 8, 2016
commit 2803ac06a8d1dbc06911f606b79eaf379402e5dc
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node_js:
sudo: false

env:
- workerCount=4
- workerCount=3

matrix:
fast_finish: true
Expand Down