re-enable OS X travis - we need code coverage back - refs #3033
This commit is contained in:
parent
daf3bfe38b
commit
499a2bdd74
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -31,12 +31,12 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: JOBS=6
|
env: JOBS=6
|
||||||
#- os: osx
|
- os: osx
|
||||||
# compiler: clang
|
compiler: clang
|
||||||
# env: JOBS=8 MASON_PUBLISH=true
|
env: JOBS=8 MASON_PUBLISH=true
|
||||||
#- os: osx
|
- os: osx
|
||||||
# compiler: clang
|
compiler: clang
|
||||||
# env: JOBS=8 COVERAGE=true
|
env: JOBS=8 COVERAGE=true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export COVERAGE=${COVERAGE:-false}
|
- export COVERAGE=${COVERAGE:-false}
|
||||||
|
|
Loading…
Reference in a new issue