d3plus / d3plus-text

A smart SVG text box with line wrapping and automatic font size scaling.
MIT License
105 stars 19 forks source link

identify font family for use in travis-ci tests #58

Closed davelandry closed 6 years ago

davelandry commented 7 years ago

this is the font installed on travis-ci, and should be used for all font measuring test functions

davelandry commented 6 years ago

"DejaVuSans" did not fix the failing tests

davelandry commented 6 years ago

fixed! we needed to install ttf-mscorefonts-installer on travis-ci, and do it in a very round-about way in order to accept the EULA:

before_install:
  - echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
  - sudo apt-get install ttf-mscorefonts-installer