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:
parent
7338730528
commit
a942d2dd3d
@ -56,6 +56,7 @@ jobs:
|
|||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
env: [ TEST_SUITE=unit, PYTHON_VERSION=2.7, COVERAGE=true ]
|
env: [ TEST_SUITE=unit, PYTHON_VERSION=2.7, COVERAGE=true ]
|
||||||
|
if: type != pull_request
|
||||||
# mpich (AutotoolsPackage)
|
# mpich (AutotoolsPackage)
|
||||||
- stage: 'build tests'
|
- stage: 'build tests'
|
||||||
python: '2.7'
|
python: '2.7'
|
||||||
|
Loading…
Reference in New Issue
Block a user