Support OTP 18.1

This commit is contained in:
UENISHI Kota 2015-11-02 17:43:38 +09:00
parent 44497d5af8
commit 3122f2cf54
2 changed files with 2 additions and 1 deletions

View file

@ -4,3 +4,4 @@ notifications:
script: "priv/test-for-gh-pr.sh" script: "priv/test-for-gh-pr.sh"
otp_release: otp_release:
- 17.5 - 17.5
- 18.1

View file

@ -1,4 +1,4 @@
{require_otp_vsn, "17"}. {require_otp_vsn, "17|18"}.
%%% {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info]}. %%% {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info]}.
{erl_opts, [{parse_transform, lager_transform}, debug_info]}. {erl_opts, [{parse_transform, lager_transform}, debug_info]}.