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 60787186EC for ; Fri, 9 Oct 2015 14:15:27 +0000 (UTC) Received: (qmail 10990 invoked by uid 500); 9 Oct 2015 14:15:21 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 10950 invoked by uid 500); 9 Oct 2015 14:15:21 -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 10940 invoked by uid 99); 9 Oct 2015 14:15:21 -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; Fri, 09 Oct 2015 14:15:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8DA3ADFCE0; Fri, 9 Oct 2015 14:15:20 +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 Message-Id: <2701f85b80de4ec3a06701fc5b9ab787@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: couchdb commit: updated refs/heads/master to b377c67 Date: Fri, 9 Oct 2015 14:15:20 +0000 (UTC) Repository: couchdb Updated Branches: refs/heads/master 9831c4026 -> b377c672c Ensure libmozjs185-dev gets installed This closes #359 Signed-off-by: Alexander Shorin Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b377c672 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b377c672 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b377c672 Branch: refs/heads/master Commit: b377c672c090759f8dbdadd0f6ae69d123684120 Parents: 9831c40 Author: Nick Vatamaniuc Authored: Thu Oct 8 10:26:37 2015 -0400 Committer: Alexander Shorin Committed: Fri Oct 9 17:13:41 2015 +0300 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/b377c672/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 32d063e..052c492 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ before_install: - sudo apt-get -y update - - sudo apt-get -y install libicu-dev libmozjs-dev pkg-config help2man libcurl4-openssl-dev + - sudo apt-get -y install libicu-dev libmozjs185-dev pkg-config help2man libcurl4-openssl-dev - 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