Skip to content

Commit

Permalink
Add OTP20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lrascao committed Jul 5, 2017
1 parent 7adfb21 commit 558ae9b
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 558ae9b

Please sign in to comment.