From fa5681d579146c3a172d908e216acddc176920d7 Mon Sep 17 00:00:00 2001 From: Robert Kowalski Date: Mon, 29 Jun 2015 13:27:42 +0200 Subject: [PATCH] don't try to build docs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 891801f9e..2dfbd57a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: - cd .. - git clone --depth=1 https://github.com/apache/couchdb - cd couchdb - - ./configure + - ./configure --disable-docs - make - ./dev/run --admin=tester:testerpass & - haproxy -f rel/haproxy.cfg &