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 2015/10/06 20:08:00 UTC

couchdb commit: updated refs/heads/rnewson-wip to ad4e596

Repository: couchdb
Updated Branches:
  refs/heads/rnewson-wip 5662fb707 -> ad4e5964d (forced update)


wip


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

Branch: refs/heads/rnewson-wip
Commit: ad4e5964dbe861c35ca22e2e9b97fe99bf7559b5
Parents: 33c66a0
Author: Robert Newson <rn...@apache.org>
Authored: Tue Oct 6 18:32:23 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Oct 6 19:07:51 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ad4e5964/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 32d063e..2b8453d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ before_install:
    - 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 -c --disable-docs --disable-fauxton
+before_script: ./configure -with-curl --disable-docs --disable-fauxton
 script:
    - ./run-tests.sh
 language: erlang