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 2018/07/13 22:12:23 UTC

[couchdb] branch master updated: Drop Erlang R16 support

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f130cb  Drop Erlang R16 support
0f130cb is described below

commit 0f130cbcea3a6b769a05fa77d5828e1f4c731c36
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Mon Jul 9 16:11:32 2018 +0200

    Drop Erlang R16 support
---
 .travis.yml         | 1 -
 rebar.config.script | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cfa403b..b2e7ff0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ otp_release:
    - 19.3
    - 18.3
    - 17.5
-   - R16B03-1
 
 addons:
   apt:
diff --git a/rebar.config.script b/rebar.config.script
index a393c87..36c4f0a 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -93,7 +93,7 @@ ErlOpts = case os:getenv("ERL_OPTS") of
 end,
 
 AddConfig = [
-    {require_otp_vsn, "R16B03|R16B03-1|17|18|19|20"},
+    {require_otp_vsn, "17|18|19|20"},
     {deps_dir, "src"},
     {deps, lists:map(MakeDep, DepDescs)},
     {sub_dirs, SubDirs},