[ci] Don't run coveralls on freetype folder

pull/859/head
Ebrahim Byagowi 7 years ago committed by GitHub
parent f50aedd371
commit 00dd321ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .travis.yml

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

Loading…
Cancel
Save