travis osx machines have 2 cores, so let's limit to 4 jobs
This commit is contained in:
parent
4edb57bf11
commit
024cb86eff
1 changed files with 4 additions and 4 deletions
|
@ -44,12 +44,12 @@ matrix:
|
|||
- os: osx
|
||||
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 HEAVY_JOBS=3
|
||||
osx_image: xcode7.3 # upgrades clang from 6 -> 7
|
||||
env: JOBS=4 MASON_PUBLISH=true HEAVY_JOBS=2
|
||||
- os: osx
|
||||
compiler: clang
|
||||
osx_image: xcode7.2 # upgrades clang from 6 -> 7
|
||||
env: JOBS=8 COVERAGE=true HEAVY_JOBS=3
|
||||
osx_image: xcode7.3 # upgrades clang from 6 -> 7
|
||||
env: JOBS=4 COVERAGE=true HEAVY_JOBS=2
|
||||
|
||||
before_install:
|
||||
- source scripts/travis-common.sh
|
||||
|
|
Loading…
Reference in a new issue