Skip to content

Commit

Permalink
load our custom freetype with LD_PRELOAD on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Sep 6, 2017
1 parent ede92e0 commit e4bebcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ before_install:
install:
- export LD_LIBRARY_PATH=/usr/local/lib
- export PATH=$PATH:prebuilt/fval/
- export LD_PRELOAD=prebuilt/custom_freetype/lib/libfreetype.so
- cp /usr/lib/python2.7/dist-packages/fontforge.* /home/travis/virtualenv/python2.7.13/lib/python2.7/site-packages
- pip install BeautifulSoup4
- pip install requests
Expand Down

0 comments on commit e4bebcd

Please sign in to comment.