Skip to content

Commit

Permalink
Rebar update.
Browse files Browse the repository at this point in the history
  • Loading branch information
afronski committed Oct 20, 2015
1 parent 6a2b63f commit 4813898
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{erl_opts, [debug_info]}.
{deps, []}.
{validate_app_modules, false}.
{cover_enabled, true}.
{ct_opts, [{ct_hooks, [cth_readable_shell]}]}.

{profiles, [
{test, [
{deps, [
{cth_readable, {git, "https://github.com/ferd/cth_readable.git", {branch, "master"}}}
]},

{cover_enabled, true},
{erl_opts, [debug_info]}
]}
]}.

{validate_app_modules, true}.

0 comments on commit 4813898

Please sign in to comment.