Skip to content

Commit

Permalink
Merge pull request #598 from lrascao/otp20
Browse files Browse the repository at this point in the history
Add OTP20 support
  • Loading branch information
lrascao authored Jul 5, 2017
2 parents 7adfb21 + 558ae9b commit dbe93ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ matrix:
- os: linux
sudo: required
otp_release: 19.3
- os: linux
sudo: required
otp_release: 20.0
- os: osx
sudo: required
language: generic
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

{profiles, [{dev, [{plugins, [rebar3_neotoma_plugin]}]},

{test, [{erl_opts, [debug_info]}]},
{test, [{erl_opts, [nowarn_export_all, debug_info]}]},

{dialyze, [{overrides, [{add, erlware_commons, [{erl_opts, [debug_info]}]},
{add, providers, [{erl_opts, [debug_info]}]},
Expand Down

0 comments on commit dbe93ae

Please sign in to comment.