Skip to content

Commit

Permalink
Set minimum OTP version to 18 and add latest versions to Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
surik committed Aug 8, 2018
1 parent e06e5be commit df48129
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
sudo: false
language: erlang
otp_release:
- 17.4
- 17.5
- 18.0
- 18.1
- 18.2
- 19.0
- 18.3
- 19.3
- 20.3
- 21.0
install:
- wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
script:
Expand Down
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
{exometer_core, "1.5.2"}
]}.

{minimum_otp_vsn, "18.0"}.

{overrides, [
{override, exometer_core, [
% There is version conflict between parse_trans in certifi(comes with hackney)
Expand Down

0 comments on commit df48129

Please sign in to comment.