Skip to content

Commit

Permalink
Build logging fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Røsdal committed Apr 25, 2019
1 parent 9bb4f27 commit 5c32d8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -12,4 +12,7 @@ addons:
packages:
- ghostscript

env:
- MAVEN_OPTS="-Dorg.slf4j.simpleLogger.defaultLogLevel=ERROR -Dorg.slf4j.simpleLogger.defaultLogLevel=warn"

install: mvn -q -B install -Dgpg.skip
Expand Up @@ -667,7 +667,7 @@ public void setXmlReportName(String xmlReportName) {
}

protected String compareByContent(String outPath, String differenceImagePrefix, Map<Integer, List<Rectangle>> ignoredAreas) throws DocumentException, InterruptedException, IOException {
System.out.print("[itext] INFO Comparing by content..........");
//System.out.print("[itext] INFO Comparing by content..........");
PdfReader outReader = new PdfReader(outPdf);
outPages = new ArrayList<PdfDictionary>();
outPagesRef = new ArrayList<RefKey>();
Expand Down

0 comments on commit 5c32d8e

Please sign in to comment.