Skip to content

Commit

Permalink
Add rebar3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcakez committed Dec 22, 2014
1 parent eded3a8 commit 367b04a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{erl_opts, [debug_info, {platform_define, "^R", 'LEGACY_TYPES'}]}.

{edoc_opts, [{preprocess, true}]}.

{profiles, [
{test, [{deps, [
{proper, ".*",
{git, "git://github.com/manopapad/proper.git", {tag, "v1.1"}}}]}
]}
]}.
1 change: 1 addition & 0 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[].

0 comments on commit 367b04a

Please sign in to comment.