6a86b603f9
- Use buildRebar3 instead of mkDerivation, obviating the need for setup-hook.sh - Manually build proper and patch rebar.config s.t. it doesn't try to fetch it - Set checkTarget = "travis" and actually run the tests
14 lines
349 B
Diff
14 lines
349 B
Diff
diff --git a/rebar.config b/rebar.config
|
|
index 1d5a68e..ca33be7 100644
|
|
--- a/rebar.config
|
|
+++ b/rebar.config
|
|
@@ -2,7 +2,7 @@
|
|
|
|
{erl_opts, [debug_info]}.
|
|
|
|
-{profiles, [{test, [{deps, [proper]}]}]}.
|
|
+%% {profiles, [{test, [{deps, [proper]}]}]}.
|
|
|
|
{pre_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)", ct,
|
|
"bin/lfe bin/lfec"
|