[travis] Another try at coveralls.io

This commit is contained in:
Behdad Esfahbod 2014-10-01 16:49:22 -04:00
parent dfe8078e5b
commit 2a508ddae5
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ before_script:
- true - true
script: script:
- NOCONFIGURE=1 ./autogen.sh - NOCONFIGURE=1 ./autogen.sh
- ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 CPPFLAGS="-fprofile-arcs -ftest-coverage" LDFLAGS=-lgcov - ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 CPPFLAGS="-Werror -fprofile-arcs -ftest-coverage" LDFLAGS=-lgcov
- make CPPFLAGS=-Werror - make
- make check CPPFLAGS=-Werror - make check
after_success: after_success:
- coveralls - coveralls
after_failure: after_failure: