Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F289E119E0 for ; Tue, 1 Jul 2014 01:51:31 +0000 (UTC) Received: (qmail 98482 invoked by uid 500); 1 Jul 2014 01:51:31 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 98457 invoked by uid 500); 1 Jul 2014 01:51:31 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 98446 invoked by uid 99); 1 Jul 2014 01:51:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2014 01:51:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2014 01:51:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AAD1E2388906; Tue, 1 Jul 2014 01:51:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1606961 - /pdfbox/trunk/.travis.yml Date: Tue, 01 Jul 2014 01:51:08 -0000 To: commits@pdfbox.apache.org From: jahewson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140701015108.AAD1E2388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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