travis: try fewer jobs on osx

This commit is contained in:
Mickey Rose 2016-01-30 16:34:29 +01:00
parent f9248914af
commit 958fcbf165

View file

@ -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=10 MASON_PUBLISH=true HEAVY_JOBS=3
env: JOBS=6 MASON_PUBLISH=true HEAVY_JOBS=3
- os: osx
compiler: clang
osx_image: xcode7.2 # upgrades clang from 6 -> 7
env: JOBS=10 COVERAGE=true HEAVY_JOBS=3
env: JOBS=6 COVERAGE=true HEAVY_JOBS=3
before_install:
- export PYTHONUSERBASE=${PYTHONUSERBASE}