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

[couchdb-pkg] branch master updated: bump to couchdb 3.0.0 for travis

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e26bddf  bump to couchdb 3.0.0 for travis
e26bddf is described below

commit e26bddf5f1f2a9a8937de6af97e13c069277074b
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Thu Feb 27 10:51:13 2020 -0800

    bump to couchdb 3.0.0 for travis
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 201b3b1..132bd32 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,9 @@ branches:
 
 env:
   global:
-    - ERLANGVERSION=20.3.8.24-1
-    - TARBALL_URL=https://dist.apache.org/repos/dist/release/couchdb/source/2.3.1/apache-couchdb-2.3.1.tar.gz
-    - TARBALL=apache-couchdb-2.3.1.tar.gz
+    - ERLANGVERSION=20.3.8.25-1
+    - TARBALL_URL=https://dist.apache.org/repos/dist/release/couchdb/source/3.0.0/apache-couchdb-3.0.0.tar.gz
+    - TARBALL=apache-couchdb-3.0.0.tar.gz
   matrix:
     - TARGET="js debian-stretch"
     - TARGET="couch debian-stretch ${TARBALL_URL}"