You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2020/04/02 09:02:05 UTC

[couchdb-fauxton] 01/02: Test with couchdb 3.0 docker image instead of dev

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

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

commit d3486f6eef6178f363a43d8b9eef9e24a82bc558
Author: Antonio Maranhao <an...@gmail.com>
AuthorDate: Wed Apr 1 12:15:17 2020 -0400

    Test with couchdb 3.0 docker image instead of dev
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 403be71..f12e4cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,8 @@ git:
   depth: 1
 env:
   - COUCHDB_IMAGE=apache/couchdb:2.3.1 NIGHTWATCH_SKIPTAGS="search,partitioned"
-  - COUCHDB_IMAGE=couchdb:dev NIGHTWATCH_SKIPTAGS="search,nonpartitioned"
+  - COUCHDB_IMAGE=apache/couchdb:3 NIGHTWATCH_SKIPTAGS="search,nonpartitioned"
+  # - COUCHDB_IMAGE=couchdb:dev NIGHTWATCH_SKIPTAGS="search,nonpartitioned"
 
 before_install:
   - npm install -g npm@latest