Skip to content

Commit

Permalink
test excoveralls with hackney
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2gedev committed Dec 15, 2014
1 parent a0de9f2 commit 2e91fc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion mix.exs
Expand Up @@ -35,7 +35,8 @@ defmodule LTSV.Mixfile do
# Type `mix help deps` for more examples and options
defp deps do
[{:ex_doc, "~> 0.6", only: :dev},
{:excoveralls, "~> 0.3", only: :dev}
#{:excoveralls, "~> 0.3", only: :dev}
{:excoveralls, github: "ma2gedev/excoveralls", ref: "use_hackney"}
]
end
end
8 changes: 6 additions & 2 deletions mix.lock
@@ -1,4 +1,8 @@
%{"ex_doc": {:hex, :ex_doc, "0.6.1"},
"excoveralls": {:hex, :excoveralls, "0.3.4"},
"excoveralls": {:git, "git://github.com/ma2gedev/excoveralls.git", "83881214a1482d5cd404008fdbdf8e4cdf76f4ed", [ref: "use_hackney"]},
"exjsx": {:hex, :exjsx, "3.1.0"},
"hackney": {:hex, :hackney, "1.0.2"},
"idna": {:hex, :idna, "1.0.1"},
"jsex": {:hex, :jsex, "2.0.0"},
"jsx": {:hex, :jsx, "2.1.1"}}
"jsx": {:hex, :jsx, "2.4.0"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.0"}}

0 comments on commit 2e91fc1

Please sign in to comment.