Skip to content

Commit

Permalink
installing mono-runtime on Travis which is currently ...
Browse files Browse the repository at this point in the history
... required by my build of FontValidator.exe
(issue fonttools#1524)

I'm ammending this now to retrigger a Travis build (due to issue fonttools#1566)
  • Loading branch information
felipesanches committed Sep 6, 2017
1 parent b794182 commit 2c6567f
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 @@ -7,6 +7,7 @@ before_install:
- sudo add-apt-repository --yes ppa:fontforge/fontforge
- sudo apt-get update -qq
- sudo apt-get -y install python-fontforge ttfautohint swig
- sudo apt-get install mono-runtime libmono-system-windows-forms4.0-cil
- pip install --upgrade pip
install:
- export LD_LIBRARY_PATH=/usr/local/lib
Expand Down

0 comments on commit 2c6567f

Please sign in to comment.