This is an automated email from the ASF dual-hosted git repository. willholley pushed a commit to branch search_image_latest in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git
commit 9d6e6453eb2bb4acb66c41de5fbf24ab648351ba Author: Will Holley <[email protected]> AuthorDate: Mon Jan 27 11:26:44 2020 +0000 Bump CouchDB+search container version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a6b3895..92a91f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ git: env: - COUCHDB_IMAGE=apache/couchdb:2.3.1 NIGHTWATCH_SKIPTAGS="search,partitioned" - COUCHDB_IMAGE=couchdb:dev NIGHTWATCH_SKIPTAGS="search,nonpartitioned" - - COUCHDB_IMAGE=ibmcom/couchdb3:preview-1569600329 NIGHTWATCH_SKIPTAGS=nonpartitioned + - COUCHDB_IMAGE=ibmcom/couchdb3:preview-1580123218 NIGHTWATCH_SKIPTAGS=nonpartitioned before_install: - npm install -g npm@latest
