[ci] Don't run coveralls on freetype folder

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

View File

@ -27,6 +27,7 @@ matrix:
- ./configure $CONFIGURE_OPTS --enable-gtk-doc --enable-code-coverage
- make
- make check || .ci/fail.sh
- rm -rf freetype-2.9
after_success:
- bash .ci/run-coveralls.sh # for coveralls.io code coverage tracking
- bash .ci/deploy-docs.sh