You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2017/10/08 16:48:49 UTC

[couchdb] branch merge-kxepal-2752-validate-host updated: fix spidermonkey dependency package name

This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch merge-kxepal-2752-validate-host
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/merge-kxepal-2752-validate-host by this push:
     new e27edfc  fix spidermonkey dependency package name
e27edfc is described below

commit e27edfc9edc95ca816bde71a9c198febd0e706b2
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sun Oct 8 18:48:34 2017 +0200

    fix spidermonkey dependency package name
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7101d1a..13e34d7 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
+   - sudo apt-get -y install libicu-dev libmozjs185-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

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].