This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch erlang-22-support in repository https://gitbox.apache.org/repos/asf/couchdb-snappy.git
commit 0f73f2b1b3508c31dd1129e2d7233ff9a469c775 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Tue Jul 9 16:04:50 2019 -0400 Add erlang 22 support --- .travis.yml | 4 +++- rebar.config | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index af8c403..9253224 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,9 @@ language: erlang otp_release: - - 20.0-rc1 + - 22.0 + - 21.3 + - 20.3 - 19.3 - 18.2 - 18.1 diff --git a/rebar.config b/rebar.config index f134a63..1785295 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R14|R15|R16|17|18|19|20|21"}. +{require_otp_vsn, "R14|R15|R16|17|18|19|20|21|22"}. {erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}. {port_sources, ["c_src/*.cc",
