try more JOBS=10 on osx

This commit is contained in:
Dane Springmeyer 2016-01-29 18:32:14 -08:00
parent 09ce7a0ea2
commit 7ddb3cc4a2

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