24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-06 21:37:17 +02:00

Use tagged version of coveralls

This commit is contained in:
Paweł Chmielowski 2020-01-17 08:59:10 +01:00
parent 0ad2d2120c
commit eb6449506f

View File

@ -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,