back to OS X for coverage - refs #2778
This commit is contained in:
parent
e60dfbba38
commit
b83fc8c2cc
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue