disable OS X builds until ccache/caching is working - refs #3033
This commit is contained in:
parent
affe1615b3
commit
487226b289
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -31,12 +31,12 @@ matrix:
|
|||
- os: linux
|
||||
compiler: gcc
|
||||
env: JOBS=6
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: JOBS=8 MASON_PUBLISH=true
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: JOBS=8 COVERAGE=true
|
||||
#- os: osx
|
||||
# compiler: clang
|
||||
# env: JOBS=8 MASON_PUBLISH=true
|
||||
#- os: osx
|
||||
# compiler: clang
|
||||
# env: JOBS=8 COVERAGE=true
|
||||
|
||||
before_install:
|
||||
- export COVERAGE=${COVERAGE:-false}
|
||||
|
|
Loading…
Reference in a new issue