mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Use tagged version of coveralls
This commit is contained in:
parent
0ad2d2120c
commit
eb6449506f
@ -352,7 +352,7 @@ Rules = [
|
|||||||
{clean, {asn, clean}}
|
{clean, {asn, clean}}
|
||||||
]}]), []},
|
]}]), []},
|
||||||
{[deps], os:getenv("TRAVIS") == "true",
|
{[deps], os:getenv("TRAVIS") == "true",
|
||||||
AppendList([{coveralls, ".*", {git, "https://github.com/markusn/coveralls-erl.git", "master"}}]), []},
|
AppendList([{coveralls, ".*", {git, "https://github.com/markusn/coveralls-erl.git", {tag, "v2.0.1"}}}]), []},
|
||||||
{[post_hooks], [cover_enabled], os:getenv("TRAVIS") == "true",
|
{[post_hooks], [cover_enabled], os:getenv("TRAVIS") == "true",
|
||||||
AppendList2(TravisPostHooks), [], false},
|
AppendList2(TravisPostHooks), [], false},
|
||||||
{[overrides], [post_hook_configure], SystemDeps == false,
|
{[overrides], [post_hook_configure], SystemDeps == false,
|
||||||
|
Loading…
Reference in New Issue
Block a user