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

New commits:
commit 2a508ddae5de3852243725ce22caa3dcffccb83e
Author: Behdad Esfahbod <beh...@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:
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to