Current section

Files

Jump to
folsom rebar.config
Raw

rebar.config

%% can be simplified further once bear has been published to hex to simply the atom
%% 'bear'
{deps, [
{bear, "0.8.5"}
]}.
{erl_opts, [
debug_info,
{platform_define, "19|20", use_rand}
]}.
{profiles, [{test, [{deps, [meck]}]}]}.
{cover_enabled, true}.