From a942d2dd3d76216d51b85e2bc0a4675fd8523dc7 Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Tue, 22 Oct 2019 20:40:47 -0700
Subject: [PATCH] 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.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

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'
-- 
GitLab