summaryrefslogblamecommitdiffstats
path: root/rebar.config
blob: 4c98aa4f1155ee98b84b838485d77425b8ba8bdb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                      
                                                                            







                                                                  
{cover_enabled, true}.
{deps, [
	{cowboy, ".*",
		{git, "git://github.com/extend/cowboy.git", {tag, "0.8.0"}}}
]}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
{erl_opts, [
%%	bin_opt_info,
%%	warn_missing_spec,
	warnings_as_errors,
	warn_export_all
]}.