Skip to content

Commit

Permalink
rebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Zorn committed Sep 4, 2013
1 parent 9a32394 commit ff3aa17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added rebar
Binary file not shown.
5 changes: 5 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
% -*- mode: erlang -*-
{erl_opts, [fail_on_warning, debug_info]}.
{clean_files, ["*.eunit", "ebin/*.beam"]}.
{cover_enabled, true}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.

0 comments on commit ff3aa17

Please sign in to comment.