Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
davelandry opened this issue Jan 28, 2017 · 2 comments
Closed

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

davelandry opened this issue Jan 28, 2017 · 2 comments
Assignees
Labels
Projects

Comments

@davelandry
Copy link
Member

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

@davelandry davelandry added this to To do in 1.0 Feb 26, 2018
@davelandry davelandry self-assigned this Jul 25, 2018
@davelandry
Copy link
Member Author

"DejaVuSans" did not fix the failing tests

@davelandry davelandry changed the title update tests to use Ubuntu font "DejaVuSans" identify font family for use in travis-ci tests Jul 25, 2018
@davelandry
Copy link
Member Author

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

1.0 automation moved this from To do to Done Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
1.0
  
Done
Development

No branches or pull requests

1 participant