Skip to content

Commit

Permalink
Limit support to OTP >= 20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
puzza007 committed May 13, 2019
1 parent 6c2a061 commit 02e6ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ install:
- cd $ORIG_DIR

otp_release:
- 19.1
- 20.0
- 20.1
- 20.3
- 21.3

script:
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{erl_opts, [debug_info]}.

{minimum_otp_vsn, "19.1"}.
{minimum_otp_vsn, "20.3"}.

{deps, [
{worker_pool, "3.1.1"},
Expand Down

0 comments on commit 02e6ea8

Please sign in to comment.