Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 8ef8387

Browse files
committed
Updated test container name to ‘couchdb’
The CouchDB users list suggested that `couchdb` is preferred to `apache/couchb` despite what the documentation currently says.
1 parent 7746660 commit 8ef8387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ services:
1616
- docker
1717

1818
before_install:
19-
- docker pull apache/couchdb:$COUCHDB_VERSION
20-
- docker run -d -p 5984:5984 apache/couchdb:$COUCHDB_VERSION
19+
- docker pull couchdb:$COUCHDB_VERSION
20+
- docker run -d -p 5984:5984 couchdb:$COUCHDB_VERSION
2121

2222
install: "pip install -r requirements.txt && pip install -r test-requirements.txt"
2323

0 commit comments

Comments
 (0)