1
0
mirror of https://github.com/sismics/docs.git synced 2026-02-20 11:08:51 +00:00

travis: install microsoft fonts

This commit is contained in:
Benjamin Gamard
2017-07-31 13:52:32 +02:00
parent 119d30bb16
commit e660a70d00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ dist: trusty
language: java
before_install:
- sudo apt-get -qq update
- sudo apt-get -y -q install tesseract-ocr tesseract-ocr-fra tesseract-ocr-jpn
- sudo apt-get -y -q install tesseract-ocr tesseract-ocr-fra tesseract-ocr-jpn ttf-mscorefonts-installer
- sudo apt-get -y -q install haveged && sudo service haveged start
after_success:
- mvn -Pprod -DskipTests clean install