summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2015-10-02 16:55:32 +0100
committerRobert Newson <rnewson@apache.org>2015-10-02 16:55:32 +0100
commitda066c4cdf1760b2ed9caffd0ba4ac766fc2fb23 (patch)
tree81831784ad40440bf753124522cd089e400abaa4
parentdf92753819367bf954fdb136074378121fb77520 (diff)
downloadcouchdb-da066c4cdf1760b2ed9caffd0ba4ac766fc2fb23.tar.gz
Disable docs in travis for now
because of; Sphinx version error: This project needs at least Sphinx v1.2 and therefore cannot be built with this version.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1b7da8ac5..2061b09ec 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
+before_script: ./configure -c --disable-docs
script:
- make check
- cd src/fauxton