You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/01/27 12:51:55 UTC

[couchdb-fauxton] branch master updated: Bump CouchDB+search container version (#1247)

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b27487  Bump CouchDB+search container version (#1247)
5b27487 is described below

commit 5b274874d43d9cfef51726dd26e1c98a42ed2926
Author: Will Holley <wi...@apache.org>
AuthorDate: Mon Jan 27 12:51:49 2020 +0000

    Bump CouchDB+search container version (#1247)
---
 .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