From cd12a12e805cc3e917becf7dd3bd60e77546d88c Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Fri, 23 Oct 2015 14:35:26 -0400 Subject: [PATCH] Don't use special freetype in docs build --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e471d59d28bf..6a4d15cbf5df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,11 +98,11 @@ install: cp tmp/usr/share/fonts/truetype/humor-sans/Humor-Sans.ttf ~/.fonts cp Felipa-Regular.ttf ~/.fonts fc-cache -f -v + else + # Use the special local version of freetype for testing + cp .travis/setup.cfg . fi; - # Use the special local version of freetype for testing - - cp .travis/setup.cfg . - - python setup.py install script: