Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3e6a91

Browse files
committed
Temporarily force use of new font caches.
1 parent ae618f3 commit d3e6a91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,12 @@ matrix:
8686
- EXTRAREQS='-r requirements/testing/travis36.txt'
8787
- python: 3.7
8888
sudo: true
89+
env:
90+
- DELETE_FONT_CACHE=1
8991
- python: "nightly"
90-
env: PRE=--pre
92+
env:
93+
- PRE=--pre
94+
- DELETE_FONT_CACHE=1
9195
- os: osx
9296
language: generic # https://github.com/travis-ci/travis-ci/issues/2312
9397
only: master

0 commit comments

Comments
 (0)