Skip to content

Commit

Permalink
Remove :test from mix.exs for httpotion.
Browse files Browse the repository at this point in the history
Whoops, need it for querying nsqlookupd.
  • Loading branch information
MaxPower15 committed Dec 8, 2015
1 parent 97dee09 commit 2f9700a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ defmodule ElixirNsq.Mixfile do
[
{:connection, "~> 1.0.1"},
{:poison, "~> 1.5.0"},
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2"},
{:httpotion, "~> 2.1.0"},

# testing
{:secure_random, "~> 0.2", only: :test},
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2", only: :test},
{:httpotion, "~> 2.1.0", only: :test}
]
end
end

0 comments on commit 2f9700a

Please sign in to comment.