Skip to content

Commit

Permalink
Update supported Erlang/OTP releases:
Browse files Browse the repository at this point in the history
* Add 21 to the rebar.config
* Add 20.1, 20.2 and 20.3 to the travis configuration
  • Loading branch information
okeuday committed Jun 26, 2018
1 parent a022774 commit 8ca05ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ script: PATH=.:$PATH make check-all
notifications:
email: false
otp_release:
- 20.3
- 20.2
- 20.1
- 20.0
- 19.3
- 19.2
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,7 +1,7 @@
%-*-Mode:erlang;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*-
% ex: set ft=erlang fenc=utf-8 sts=4 ts=4 sw=4 et nomod:

{require_otp_vsn, "17|18|19|20"}.
{require_otp_vsn, "17|18|19|20|21"}.

{erl_opts, [fail_on_warning, debug_info, warn_untyped_record]}.
%%, {parse_transform, eqc_cover}]}.
Expand Down

0 comments on commit 8ca05ff

Please sign in to comment.