Disable macOS builds on PRs while we wait for Travis to catch up. (#13389)

Travis macOS builds are taking too long to run, so we'll only run them on
`develop` until they get faster.
This commit is contained in:
Todd Gamblin 2019-10-22 20:40:47 -07:00 committed by GitHub
parent 7338730528
commit a942d2dd3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ jobs:
- os: osx
language: generic
env: [ TEST_SUITE=unit, PYTHON_VERSION=2.7, COVERAGE=true ]
if: type != pull_request
# mpich (AutotoolsPackage)
- stage: 'build tests'
python: '2.7'