[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Oct 1 13:49:25 PDT 2014


 .travis.yml |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2a508ddae5de3852243725ce22caa3dcffccb83e
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Oct 1 16:49:22 2014 -0400

    [travis] Another try at coveralls.io

diff --git a/.travis.yml b/.travis.yml
index a9cafed..58725eb 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:


More information about the HarfBuzz mailing list