diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-10-22 20:40:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-22 20:40:47 -0700 |
commit | a942d2dd3d76216d51b85e2bc0a4675fd8523dc7 (patch) | |
tree | f944acfdb2bde1d0d6250db21c1bd2567cbb526f /.travis.yml | |
parent | 73387305286a058a8017431bc2caf07137f5be53 (diff) | |
download | spack-a942d2dd3d76216d51b85e2bc0a4675fd8523dc7.tar.gz spack-a942d2dd3d76216d51b85e2bc0a4675fd8523dc7.tar.bz2 spack-a942d2dd3d76216d51b85e2bc0a4675fd8523dc7.tar.xz spack-a942d2dd3d76216d51b85e2bc0a4675fd8523dc7.zip |
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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1f5b82c811..a79a5126b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' |