Skip to content
Snippets Groups Projects
Unverified Commit a942d2dd authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

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.
parent 73387305
Branches
Tags
No related merge requests found
...@@ -56,6 +56,7 @@ jobs: ...@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment