Skip to content

Support (first font of) TTC files. #9787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 4, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Temporarily force use of new font caches.
  • Loading branch information
anntzer committed Jan 2, 2019
commit d3e6a9104dcbe23b626c152cd47b3dcbd1a81bb5
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,12 @@ matrix:
- EXTRAREQS='-r requirements/testing/travis36.txt'
- python: 3.7
sudo: true
env:
- DELETE_FONT_CACHE=1
- python: "nightly"
env: PRE=--pre
env:
- PRE=--pre
- DELETE_FONT_CACHE=1
- os: osx
language: generic # https://github.com/travis-ci/travis-ci/issues/2312
only: master
Expand Down