From 2a508ddae5de3852243725ce22caa3dcffccb83e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 1 Oct 2014 16:49:22 -0400 Subject: [PATCH] [travis] Another try at coveralls.io --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9cafed44..58725ebdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ before_script: - true script: - NOCONFIGURE=1 ./autogen.sh - - ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 CPPFLAGS="-fprofile-arcs -ftest-coverage" LDFLAGS=-lgcov - - make CPPFLAGS=-Werror - - make check CPPFLAGS=-Werror + - ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 CPPFLAGS="-Werror -fprofile-arcs -ftest-coverage" LDFLAGS=-lgcov + - make + - make check after_success: - coveralls after_failure: