Skip to content

Commit

Permalink
Fix rebar configuration to match R15 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
norton committed Mar 2, 2014
1 parent 0aef2af commit e881b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,5 +1,5 @@
language: erlang
script: "make clean compile xref test"
otp_release:
- R16B
- R15B02
- R16B03-1
- R15B03
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,6 +1,6 @@
%%% -*- mode: erlang -*-

{require_otp_vsn, "R15|R16"}.
{require_min_otp_vsn, "R15"}.

{erl_opts, [warnings_as_errors, {platform_define, "R15A", 'old_callbacks'}]}.

Expand Down

0 comments on commit e881b53

Please sign in to comment.