Skip to content

Commit

Permalink
Merge pull request #25 from soranoba/otp21
Browse files Browse the repository at this point in the history
Support OTP 21, and officially deprecated R16
  • Loading branch information
soranoba authored Jun 20, 2018
2 parents 34be2d8 + ad48f83 commit 31444d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: erlang
otp_release:
- 20.0
- 19.0
- 21.0
- 20.3
- 19.3
- 18.3
- 17.5
- R16B03-1
script: "rm -rf _build; make"
notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{profiles, [{test, [{erl_opts, [export_all]},
{deps,
[
{jsone, "1.2.6"},
{jsone, "1.4.6"},
{mustache_spec, ".*", {git, "git://github.com/soranoba/spec.git", {tag, "v1.1.3-erl"}}}
]},
{plugins, [rebar3_raw_deps]}
Expand Down
Binary file modified rebar3
Binary file not shown.

0 comments on commit 31444d3

Please sign in to comment.