Skip to content

Commit d1d7495

Browse files
committed
Temporarily force use of new font caches.
1 parent 39df007 commit d1d7495

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,12 @@ matrix:
8383
- EXTRAREQS='-r requirements/testing/travis36.txt'
8484
- python: 3.7
8585
sudo: true
86+
env:
87+
- DELETE_FONT_CACHE=1
8688
- python: "nightly"
87-
env: PRE=--pre
89+
env:
90+
- PRE=--pre
91+
- DELETE_FONT_CACHE=1
8892
- os: osx
8993
language: generic # https://github.com/travis-ci/travis-ci/issues/2312
9094
only: master

0 commit comments

Comments
 (0)