summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2018-09-02 21:37:49 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2018-09-03 07:27:21 -0700
commit940e35059ed3406b588f5bf4d3096c9a54d17fee (patch)
tree465ddf225bb4a195eaca2cc3881423cc69a0e042 /.travis.yml
parent03542f2a070920b9dcf74acc8891306d25fb61d6 (diff)
downloadspack-940e35059ed3406b588f5bf4d3096c9a54d17fee.tar.gz
spack-940e35059ed3406b588f5bf4d3096c9a54d17fee.tar.bz2
spack-940e35059ed3406b588f5bf4d3096c9a54d17fee.tar.xz
spack-940e35059ed3406b588f5bf4d3096c9a54d17fee.zip
travis: bring back macOS test in unit test stage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 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)
#=============================================================================