summaryrefslogtreecommitdiff
path: root/src/rebar.app.src
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-11-13 10:30:13 -0600
committerTristan Sloughter <t@crashfast.com>2015-11-13 13:02:29 -0600
commitbca4d4070311afb035a72f976edbe4d8023e1517 (patch)
tree8edc7ae215bacc29fe36783b251721873474f34a /src/rebar.app.src
parent0b01c9fcf7443d36c6c3d67c74a70bad789ede5f (diff)
include Sean Cribbs eunit formatter by default
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r--src/rebar.app.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src
index 14c08c9..67973eb 100644
--- a/src/rebar.app.src
+++ b/src/rebar.app.src
@@ -27,7 +27,8 @@
certifi,
cth_readable,
relx,
- inets]},
+ inets,
+ eunit_formatters]},
{env, [
%% Default log level
{log_level, warn},