Use tagged version of coveralls

This commit is contained in:
Paweł Chmielowski 2020-01-17 08:59:10 +01:00
parent 0ad2d2120c
commit eb6449506f
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ Rules = [
{clean, {asn, clean}}
]}]), []},
{[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",
AppendList2(TravisPostHooks), [], false},
{[overrides], [post_hook_configure], SystemDeps == false,