Skip to content

Commit

Permalink
Update rebar (2.1.0-pre-4-gbf35ec9)
Browse files Browse the repository at this point in the history
  • Loading branch information
norton committed Nov 19, 2012
1 parent 22049b7 commit 2dbe29f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 32 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: erlang
otp_release:
- R15B02
- R14B04
- R13B04
script: "./rebar compile && ./rebar xref && ./rebar skip_deps=true eunit"
Binary file modified rebar
Binary file not shown.
35 changes: 3 additions & 32 deletions rebar.config
@@ -1,38 +1,9 @@
%%% -*- mode: erlang -*-

%% Require OTP version R13B04, R14, or R15
{require_otp_vsn, "R13B04|R14|R15"}.

%% Depends
{deps, [{meck, "", {git, "git://github.com/norton/meck.git"}}
, {edown, "", {git, "git://github.com/norton/edown.git"}}
, {asciiedoc, "", {git, "git://github.com/norton/asciiedoc.git"}}
, {qc, "", {git, "git://github.com/norton/qc.git"}}
]}.
{erl_opts, [warnings_as_errors, {platform_define, "R13B04|R14|R15A", 'old_callbacks'}]}.

%% Erlang compiler options
{erl_opts, [warnings_as_errors
, {platform_define, "R13B04|R14|R15A", 'old_callbacks'}
]}.
%% Erlang edoc options for asciiedown_doclet
{edoc_opts, [{doclet, asciiedown_doclet}
, {app_default, "http://www.erlang.org/doc/man"}
, {new, true}
, {packages, false}
, {stylesheet, ""} % don't copy stylesheet.css
, {image, ""} % don't copy erlang.png
, {top_level_readme, {"./README.md", "https://github.com/norton/gen_ets"}}
]}.
{xref_checks, [undefined_function_calls, deprecated_function_calls]}.

%% Erlang edoc options for asciiedoc_doclet
%% {edoc_opts, [{doclet, asciiedoc_doclet}
%% , {app_default, "http://www.erlang.org/doc/man"}
%% , {new, true}
%% , {packages, false}
%% ]}.

%% Test compiler options
{eunit_compile_opts, []}.

%% EUnit options
{eunit_opts, [verbose]}.
{deps, [{qc, "", {git, "git://github.com/norton/qc.git"}}]}.

0 comments on commit 2dbe29f

Please sign in to comment.