From 940e35059ed3406b588f5bf4d3096c9a54d17fee Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Sun, 2 Sep 2018 21:37:49 -0700
Subject: [PATCH] travis: bring back macOS test in unit test stage

---
 .travis.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b7f88abe22..bfce03216b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,8 +57,7 @@ jobs:
       os: linux
       language: python
       env: TEST_SUITE=doc
-    - stage: 'unit tests - osx'
-      os: osx
+    - os: osx
       language: generic
       env: [ TEST_SUITE=unit, PYTHON_VERSION=2.7 ]
 # mpich (AutotoolsPackage)
@@ -109,8 +108,6 @@ stages:
   - 'style checks'
   - 'unit tests + documentation'
   - 'build tests'
-  - name: 'unit tests - osx'
-    if: type IN (cron)
 
 
 #=============================================================================
-- 
GitLab