Travis: disable gcov build for now
This commit is contained in:
19
.travis.yml
19
.travis.yml
@@ -55,16 +55,17 @@ matrix:
|
|||||||
exclude:
|
exclude:
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
# Add a gcov build
|
# Add a gcov build (XXX not yet; allows_failures doesn't match
|
||||||
include:
|
# explicitly included rows)
|
||||||
- compiler: gcc
|
#include:
|
||||||
env: COVERAGE="--enable-gcov"
|
# - compiler: gcc
|
||||||
os: linux
|
# env: COVERAGE="--enable-gcov"
|
||||||
|
# os: linux
|
||||||
# The gcov build is not working quite yet
|
# The gcov build is not working quite yet
|
||||||
allow_failures:
|
#allow_failures:
|
||||||
compiler: gcc
|
# compiler: gcc
|
||||||
env: COVERAGE="--enable-gcov"
|
# env: COVERAGE="--enable-gcov"
|
||||||
os: linux
|
# os: linux
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Reference in New Issue
Block a user