try JOBS=8/HEAVY_JOBS=4

This commit is contained in:
artemp 2016-02-04 16:34:41 +01:00
parent c4ff46b243
commit a25993fc9b

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=6 MASON_PUBLISH=true HEAVY_JOBS=3
env: JOBS=8 MASON_PUBLISH=true HEAVY_JOBS=4
- os: osx
compiler: clang
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:
- export PYTHONUSERBASE=${PYTHONUSERBASE}