mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Remove .git ending from links
Remove .git ending from links
This commit is contained in:
parent
83cea3c23e
commit
34f9eaa8e9
2 changed files with 3 additions and 3 deletions
|
@ -359,7 +359,7 @@ Rules = [
|
|||
{clean, {asn, clean}}
|
||||
]}]), []},
|
||||
{[deps], os:getenv("TRAVIS") == "true",
|
||||
AppendList([{coveralls, ".*", {git, "https://github.com/markusn/coveralls-erl.git", {tag, "v2.0.1"}}}]), []},
|
||||
AppendList([{coveralls, ".*", {git, "https://github.com/markusn/coveralls-erl", {tag, "v2.0.1"}}}]), []},
|
||||
{[post_hooks], [cover_enabled], os:getenv("TRAVIS") == "true",
|
||||
AppendList2(TravisPostHooks), [], false},
|
||||
{[overrides], [post_hook_configure], SystemDeps == false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue