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 2017/10/07 17:09:04 UTC

[couchdb] 02/02: Unit tests now pass on 20.0. Eenable it in rebar.config and in Travis

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

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

commit c26ce7f4093de17d4d57edde622f2a34c6ba2b07
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Sat Oct 7 03:22:21 2017 -0400

    Unit tests now pass on 20.0. Eenable it in rebar.config and in Travis
---
 .travis.yml         | 1 +
 rebar.config.script | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8aebaab..5a2f53b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ sudo: false
 
 os: linux
 otp_release:
+   - 20.0
    - 19.3
    - 18.3
    - 17.5
diff --git a/rebar.config.script b/rebar.config.script
index 39f0157..80a02a0 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -85,7 +85,7 @@ MakeDep = fun
 end,
 
 AddConfig = [
-    {require_otp_vsn, "R16B03|R16B03-1|17|18|19"},
+    {require_otp_vsn, "R16B03|R16B03-1|17|18|19|20"},
     {deps_dir, "src"},
     {deps, lists:map(MakeDep, DepDescs)},
     {sub_dirs, SubDirs},

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.