back to OS X for coverage - refs #2778

This commit is contained in:
Dane Springmeyer 2015-04-26 19:37:36 -07:00
parent e60dfbba38
commit b83fc8c2cc

View file

@ -23,13 +23,13 @@ matrix:
include:
- os: linux
compiler: clang
env: JOBS=8 COVERAGE=true
env: JOBS=8
- os: linux
compiler: gcc
env: JOBS=6
- os: osx
compiler: clang
env: JOBS=8
env: JOBS=8 COVERAGE=true
before_install:
- export COVERAGE=${COVERAGE:-false}