Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Put worker count setting into .travis.yml
  • Loading branch information
weswigham committed Jul 29, 2016
commit ffeccddcf2cc730628401acf33dcb53a42f5c0d6
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ node_js:

sudo: false

env:
- workerCount=8

matrix:
fast_finish: true
include:
- os: osx
node_js: stable
osx_image: xcode7.3
env: workerCount=2

branches:
only:
Expand Down