diff --git a/rebar.config.script b/rebar.config.script index 0023c25f3..541f8f149 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -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,