apache / couchdb-nano

Nano: The official Apache CouchDB library for Node.js
https://www.npmjs.com/package/nano
Apache License 2.0
651 stars 165 forks source link

switch to CouchDB 3 for the Travis tests - no admin party in CouchDB 3 #207

Closed glynnbird closed 4 years ago

glynnbird commented 4 years ago

Overview

CouchDB 3 is released 💯 , so the Travis tests need to use that as a target. This happens automatically, because travis pulls couchdb:latest, but CouchDB 3 has no "admin party", so we need to create an admin user otherwise nothing works.

Testing recommendations

export TRAVIS=true
npm run test

Checklist