re-enable OS X travis - we need code coverage back - refs #3033

This commit is contained in:
Dane Springmeyer 2015-09-24 08:19:48 -07:00
parent daf3bfe38b
commit 499a2bdd74

View file

@ -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}