Skip to content

Commit

Permalink
support only the 3 last major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Oct 11, 2014
1 parent eef4fea commit a0b9e50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,5 +1,6 @@
language: erlang
otp_release:
- 17.1
- 17.0
- R16B03-1
- R16B03
Expand All @@ -10,9 +11,6 @@ otp_release:
- R15B02
- R15B01
- R15B
- R14B04
- R14B03
- R14B02
script: "make get-rebar && make rebuild"
branches:
only:
Expand Down
3 changes: 0 additions & 3 deletions rebar.config
Expand Up @@ -25,7 +25,6 @@
%% Compiler Options ============================================================
{erl_opts,
[{platform_define, "^[0-9]+", namespaced_types},
{platform_define, "R14", no_callback_support},
debug_info,
warnings_as_errors,
inline]}.
Expand All @@ -41,5 +40,3 @@
{compiler_options, [report, return, debug_info]}]}.
{escript_incl_apps,
[getopt, erlware_commons, erlydtl, providers]}.

{first_files, [rlx_provider]}.

0 comments on commit a0b9e50

Please sign in to comment.