diff options
author | elijah <elijah@riseup.net> | 2015-03-31 10:52:07 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-03-31 10:52:07 -0700 |
commit | e4679c66565d0ccae54ffc58a23083841e5585e7 (patch) | |
tree | 2cc7fbb5d3e6a48d21a605a8411da38ea8c999e3 /test/config/couchdb.admin.yml | |
parent | 2365129a1dcbb1231f0ac22d4bf975007a0c460d (diff) |
fix travis: use couchdb.admin.yml and pin travis ruby version to one that is installed on travis-ci.org
Diffstat (limited to 'test/config/couchdb.admin.yml')
-rw-r--r-- | test/config/couchdb.admin.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/config/couchdb.admin.yml b/test/config/couchdb.admin.yml new file mode 100644 index 0000000..0988bc1 --- /dev/null +++ b/test/config/couchdb.admin.yml @@ -0,0 +1,6 @@ +test: + auto_update_design_doc: false + username: "anna" + password: "secret" + prefix: "" + |