[ci] Enable code coverage on Travis Linux builds

This commit is contained in:
Ebrahim Byagowi 2018-03-03 23:03:13 +03:30 committed by GitHub
parent f7399796a1
commit ecef95b212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ matrix:
- export LD_LIBRARY_PATH="$PWD/freetype-2.9/objs/.libs"
- ./autogen.sh
- ./configure $CONFIGURE_OPTS --enable-gtk-doc
- ./configure $CONFIGURE_OPTS --enable-gtk-doc --enable-code-coverage
- make
- make check || .ci/fail.sh
after_success: