aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config7
1 files changed, 5 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 2b2f0b3..8ffc212 100644
--- a/rebar.config
+++ b/rebar.config
@@ -8,6 +8,9 @@
{erlware_commons, ".*",
{git, "https://github.com/erlware/erlware_commons.git",
{branch, "next"}}},
+ {erlydtl, ".*",
+ {git, "https://github.com/evanmiller/erlydtl.git",
+ {branch, "master"}}},
{getopt, "",
{git, "https://github.com/jcomellas/getopt.git",
{branch, "master"}}}]}.
@@ -21,12 +24,12 @@
%% EUnit =======================================================================
{eunit_opts,
- [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
+ [{report, {eunit_surefire, [{dir, "."}]}}]}.
{cover_enabled, true}.
{cover_print_enabled, true}.
%% Misc =======================================================================
{escript_incl_apps,
- [getopt, erlware_commons]}.
+ [getopt, erlware_commons, erlydtl]}.
{first_files, [rcl_provider]}.