Skip to content

Commit

Permalink
Don't use special freetype in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Oct 23, 2015
1 parent 505fc21 commit cd12a12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit cd12a12

Please sign in to comment.