travis osx machines have 2 cores, so let's limit to 4 jobs

This commit is contained in:
Dane Springmeyer 2016-03-02 12:47:32 -08:00
parent 4edb57bf11
commit 024cb86eff

View file

@ -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