File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
2- services :
3- - couchdb
42cache :
53 directories :
64 - ~/.npm
@@ -9,6 +7,13 @@ notifications:
97node_js :
108 - ' 9'
119 - ' 8'
10+ services :
11+ - docker
12+ os :
13+ - linux
14+ before_script :
15+ - docker run -d -p 5984:5984 --name couchdb couchdb
16+ - while [ '200' != $(curl -s -o /dev/null -w %{http_code} http://127.0.0.1:5984) ]; do sleep 1; done
1217after_success :
1318 - npm run travis-deploy-once "npm run semantic-release"
1419branches :
Original file line number Diff line number Diff line change 4040The CouchDB replication protocol replicates documents via the changes feed. This replication, though, is based on ` allDocs ` by now.
4141
4242## Dependencies
43- Mini P requires Node v8.
43+ Mini P requires Node v8.
44+ HttpP adapter only works with CouchDB 2 (relies on ` _bulk_get ` ).
4445The only npm dependency is ` request ` , which is used for the HttpP adapter.
4546
4647## Example
You can’t perform that action at this time.
0 commit comments