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 0009A17C86 for ; Thu, 26 Mar 2015 00:07:38 +0000 (UTC) Received: (qmail 16300 invoked by uid 500); 26 Mar 2015 00:07:38 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 16112 invoked by uid 500); 26 Mar 2015 00:07:38 -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 15954 invoked by uid 99); 26 Mar 2015 00:07:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2015 00:07:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9F196E2EE7; Thu, 26 Mar 2015 00:07:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Thu, 26 Mar 2015 00:07:40 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/8] documentation commit: updated refs/heads/master to 1c4a6b9 Integrate with Travis CI Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/51f6459d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/51f6459d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/51f6459d Branch: refs/heads/master Commit: 51f6459d1637c6fefad21dbb21da2253daf05547 Parents: 27cc733 Author: Alexander Shorin Authored: Tue Mar 17 23:01:57 2015 +0300 Committer: Alexander Shorin Committed: Thu Mar 26 03:04:13 2015 +0300 ---------------------------------------------------------------------- .travis.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/51f6459d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0bf355e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,25 @@ +language: python +python: + - 2.6 + - 3.3 + +before_install: + - sudo apt-get update -qq + - sudo apt-get install -yqq texlive-latex-base + - sudo apt-get install -yqq texlive-latex-extra + - sudo apt-get install -yqq texlive-latex-recommended + - sudo apt-get install -yqq texlive-fonts-recommended + - sudo apt-get install -yqq texinfo + +install: + - pip install sphinx + +script: + - make ${TARGET} + +env: + matrix: + - TARGET=html + - TARGET=pdf + +cache: apt