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