try more JOBS=10 on osx
This commit is contained in:
parent
09ce7a0ea2
commit
7ddb3cc4a2
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=8 MASON_PUBLISH=true
|
||||
env: JOBS=10 MASON_PUBLISH=true
|
||||
- os: osx
|
||||
compiler: clang
|
||||
osx_image: xcode7.2 # upgrades clang from 6 -> 7
|
||||
env: JOBS=8 COVERAGE=true
|
||||
env: JOBS=10 COVERAGE=true
|
||||
|
||||
before_install:
|
||||
- export PYTHONUSERBASE=${PYTHONUSERBASE}
|
||||
|
|
Loading…
Reference in a new issue