You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2019/01/24 16:53:32 UTC

[couchdb-config] branch fix-regex-in-key updated: Update .travis.yml to match release versions used in main repo

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

vatamane pushed a commit to branch fix-regex-in-key
in repository https://gitbox.apache.org/repos/asf/couchdb-config.git


The following commit(s) were added to refs/heads/fix-regex-in-key by this push:
     new 18122c8  Update .travis.yml to match release versions used in main repo
18122c8 is described below

commit 18122c8a5024bee9bccc87bf6e20ec69da713e8e
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Thu Jan 24 11:53:00 2019 -0500

    Update .travis.yml to match release versions used in main repo
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fb55c70..d54ddc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
 language: erlang
 
 otp_release:
-  - 18.1
-  - 18.0
-  - 17.5
+  - 21.1
+  - 20.3
+  - 19.3
 
 sudo: false