Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-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 95059D247 for ; Mon, 19 Nov 2012 20:23:18 +0000 (UTC) Received: (qmail 16194 invoked by uid 500); 19 Nov 2012 20:23:18 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 16067 invoked by uid 500); 19 Nov 2012 20:23:18 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 15999 invoked by uid 99); 19 Nov 2012 20:23:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 20:23:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E56C0314D85; Mon, 19 Nov 2012 20:23:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dch@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/3] git commit: travis: clean up package dependencies Message-Id: <20121119202317.E56C0314D85@tyr.zones.apache.org> Date: Mon, 19 Nov 2012 20:23:17 +0000 (UTC) travis: clean up package dependencies - include sphinx via aptitude - use spidermonkey 1.8.5 instead of default libmozjs - include latex components for building PDFs Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d9ab9026 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d9ab9026 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d9ab9026 Branch: refs/heads/docs Commit: d9ab9026f9f895e25d5a55be8bb1a627f3f5fd6d Parents: de6dc71 Author: Dave Cottlehuber Authored: Mon Nov 19 10:44:57 2012 +0100 Committer: Dave Cottlehuber Committed: Mon Nov 19 13:19:20 2012 +0100 ---------------------------------------------------------------------- .travis.yml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/d9ab9026/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 29d14a3..ba6eee8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ before_install: - - sudo apt-get update - - sudo apt-get install libicu-dev libmozjs-dev + - sudo apt-get -y update + - sudo apt-get -y install libicu-dev libmozjs-dev pkg-config help2man + - sudo apt-get -y install libtool automake autoconf autoconf-archive + - sudo apt-get -y install texlive-latex-base texlive-latex-recommended + - sudo apt-get -y install texlive-latex-extra texlive-fonts-recommended texinfo + - sudo apt-get -y install python-pygments python-docutils python-sphinx before_script: ./bootstrap && ./configure script: make distcheck language: erlang