diff options
author | Jan Lehnardt <jan@apache.org> | 2018-07-09 16:11:32 +0200 |
---|---|---|
committer | Joan Touzet <wohali@users.noreply.github.com> | 2018-07-13 18:12:18 -0400 |
commit | 0f130cbcea3a6b769a05fa77d5828e1f4c731c36 (patch) | |
tree | 1ac02fa659371543c1e70a4b843abf0851333595 | |
parent | a5858b99506dfcd843e8edb9ed06c85d783b0545 (diff) | |
download | couchdb-0f130cbcea3a6b769a05fa77d5828e1f4c731c36.tar.gz |
Drop Erlang R16 support
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | rebar.config.script | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index cfa403bf3..b2e7ff0ed 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 a393c87fe..36c4f0a2f 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}, |