try 8 JOBS
This commit is contained in:
parent
9282c60c91
commit
8c1f71c39e
1 changed files with 2 additions and 2 deletions
|
@ -45,11 +45,11 @@ matrix:
|
|||
compiler: clang
|
||||
# https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
|
||||
osx_image: xcode7.2 # upgrades clang from 6 -> 7
|
||||
env: JOBS=6 MASON_PUBLISH=true HEAVY_JOBS=3
|
||||
env: JOBS=8 MASON_PUBLISH=true HEAVY_JOBS=3
|
||||
- os: osx
|
||||
compiler: clang
|
||||
osx_image: xcode7.2 # upgrades clang from 6 -> 7
|
||||
env: JOBS=6 COVERAGE=true HEAVY_JOBS=3
|
||||
env: JOBS=8 COVERAGE=true HEAVY_JOBS=3
|
||||
|
||||
before_install:
|
||||
- export PYTHONUSERBASE=${PYTHONUSERBASE}
|
||||
|
|
Loading…
Reference in a new issue