Skip to content

Commit cd12a12

Browse files
committed
Don't use special freetype in docs build
1 parent 505fc21 commit cd12a12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ install:
9898
cp tmp/usr/share/fonts/truetype/humor-sans/Humor-Sans.ttf ~/.fonts
9999
cp Felipa-Regular.ttf ~/.fonts
100100
fc-cache -f -v
101+
else
102+
# Use the special local version of freetype for testing
103+
cp .travis/setup.cfg .
101104
fi;
102105
103-
# Use the special local version of freetype for testing
104-
- cp .travis/setup.cfg .
105-
106106
- python setup.py install
107107

108108
script:

0 commit comments

Comments
 (0)