[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

View File

@ -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: