You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ja...@apache.org on 2014/07/01 03:51:08 UTC

svn commit: r1606961 - /pdfbox/trunk/.travis.yml

Author: jahewson
Date: Tue Jul  1 01:51:08 2014
New Revision: 1606961

URL: http://svn.apache.org/r1606961
Log:
PDFBOX-2169: Missing Arial font on Ubuntu

Modified:
    pdfbox/trunk/.travis.yml

Modified: pdfbox/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/.travis.yml?rev=1606961&r1=1606960&r2=1606961&view=diff
==============================================================================
--- pdfbox/trunk/.travis.yml (original)
+++ pdfbox/trunk/.travis.yml Tue Jul  1 01:51:08 2014
@@ -23,3 +23,6 @@ jdk:
   - oraclejdk7
   - openjdk6
 
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get install -qq fonts-liberation