mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 05:57:57 +01:00
travis: install microsoft fonts
This commit is contained in:
parent
119d30bb16
commit
e660a70d00
@ -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
|
||||
|
@ -551,7 +551,7 @@ public class TestDocumentResource extends BaseJerseyTest {
|
||||
*/
|
||||
@Test
|
||||
public void testPlainTextExtraction() throws Exception {
|
||||
// Login document_docx
|
||||
// Login document_plain
|
||||
clientUtil.createUser("document_plain");
|
||||
String documentPlainToken = clientUtil.login("document_plain");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user