summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEbrahim Byagowi <ebrahim@gnu.org>2018-03-04 02:31:53 +0330
committerGitHub <noreply@github.com>2018-03-04 02:31:53 +0330
commit6659cb56fae0c900ae88e95bedcb3b76234c8838 (patch)
treec9cf6a70d0672fdf2d7f8d53b8b040584e1f41e3
parent00dd321ace75ff0d1824cf75cd41490c5dd6ad76 (diff)
[ci] Remove --coverage as use of --enable-code-coverage
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 9ab686c4..0d719641 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,9 +6,8 @@ language: cpp
env:
global:
- CPPFLAGS=""
- - CFLAGS="-Werror -Werror=unused-function --coverage"
- - CXXFLAGS="-Werror -Werror=unused-function -Wno-deprecated-register --coverage" # glib uses register and clang raises a warning
- - LDFLAGS="--coverage"
+ - CFLAGS="-Werror -Werror=unused-function"
+ - CXXFLAGS="-Werror -Werror=unused-function -Wno-deprecated-register" # glib uses register and clang raises a warning
- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2"
- NOCONFIGURE=1
# COVERITY_SCAN_TOKEN