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

Skip to content

Commit 7935fa1

Browse files
committed
Don't use special freetype in docs build
1 parent bab2d6a commit 7935fa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ install:
8989
cp tmp/usr/share/fonts/truetype/humor-sans/Humor-Sans.ttf ~/.fonts
9090
cp Felipa-Regular.ttf ~/.fonts
9191
fc-cache -f -v
92+
else
93+
# Use the special local version of freetype for testing
94+
cp .travis/setup.cfg .
9295
fi;
9396
94-
# Use the special local version of freetype for testing
95-
- cp .travis/setup.cfg .
96-
9797
- python setup.py install
9898

9999
script:

0 commit comments

Comments
 (0)