Skip to content

Commit

Permalink
mark excoveralls as test only
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Sep 3, 2016
1 parent 59a028d commit 3a4c527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule PrometheusEx.Mixfile do

defp deps do
[{:prometheus, "~> 3.0.0-alpha6"},
{:excoveralls, "~> 0.5.6"},
{:excoveralls, "~> 0.5.6", only: :test},
{:ex_doc, "~> 0.11", only: :dev},
{:earmark, ">= 0.0.0", only: :dev}]
end
Expand Down

0 comments on commit 3a4c527

Please sign in to comment.