Test on newer releases
[hope.git] / rebar_test_build.config
1 %%% -*- mode: erlang -*-
2 {clean_files, ["test/*.beam"]}.
3
4 {deps,
5 [{proper, ".*", {git, "https://github.com/manopapad/proper.git", "ced2ddb3a719aec22e5abe55c51b56658b0e8a87"}}]
6 }.
7
8 {cover_enabled, true}.
9
10 {clean_files, ["test/*.beam"]}.
This page took 0.043137 seconds and 4 git commands to generate.