From e4679c66565d0ccae54ffc58a23083841e5585e7 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 31 Mar 2015 10:52:07 -0700 Subject: fix travis: use couchdb.admin.yml and pin travis ruby version to one that is installed on travis-ci.org --- test/config/couchdb.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/config/couchdb.yml (limited to 'test/config/couchdb.yml') diff --git a/test/config/couchdb.yml b/test/config/couchdb.yml new file mode 100644 index 0000000..9c8b67b --- /dev/null +++ b/test/config/couchdb.yml @@ -0,0 +1,5 @@ +test: + auto_update_design_doc: false + username: "me" + password: "pwd" + prefix: "" -- cgit v1.2.3