summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2015-10-06 18:32:23 +0100
committerRobert Newson <rnewson@apache.org>2015-10-06 19:07:51 +0100
commitad4e5964dbe861c35ca22e2e9b97fe99bf7559b5 (patch)
tree855912a6fb0e9b5f6fa5692b6861a0c9ea8c43cc
parent33c66a04e179932d52f1fc0928386c1dea36f8c2 (diff)
downloadcouchdb-rnewson-wip.tar.gz
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 32d063e88..2b8453d6e 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