You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/10/12 17:20:17 UTC

[1/2] couchdb commit: updated refs/heads/master to b43d9e4

Repository: couchdb
Updated Branches:
  refs/heads/master d3094366b -> b43d9e473


Run JS tests in travis


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/24308498
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/24308498
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/24308498

Branch: refs/heads/master
Commit: 24308498ec3d3a314b687468c32fd9f94091202b
Parents: d309436
Author: Robert Newson <rn...@apache.org>
Authored: Sun Oct 12 16:19:43 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Sun Oct 12 16:19:43 2014 +0100

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/24308498/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 10dbfad..eef5ddd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,11 @@
 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 libmozjs-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
    - sudo apt-get -y install python-pygments python-docutils python-sphinx
-before_script: ./configure
+before_script: ./configure -c
 script:
    - make check
    - cd src/fauxton


[2/2] couchdb commit: updated refs/heads/master to b43d9e4

Posted by rn...@apache.org.
test 17.{2,3}


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b43d9e47
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b43d9e47
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b43d9e47

Branch: refs/heads/master
Commit: b43d9e47325bec0f3e1a0d612beaf56bd8d9ba01
Parents: 2430849
Author: Robert Newson <rn...@apache.org>
Authored: Sun Oct 12 16:19:57 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Sun Oct 12 16:19:57 2014 +0100

----------------------------------------------------------------------
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/b43d9e47/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index eef5ddd..a2bc35c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,8 @@ script:
    - grunt test
 language: erlang
 otp_release:
+   - 17.3
+   - 17.2
    - 17.1
    - 17.0
    - R16B03-1