Skip to content

Commit

Permalink
Mark testing packages in mix.exs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPower15 committed Dec 7, 2015
1 parent c353eb0 commit a112b82
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ defmodule ElixirNsq.Mixfile do
[
{:connection, "~> 1.0.1"},
{:poison, "~> 1.5.0"},
{:secure_random, "~> 0.2"},
{: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 a112b82

Please sign in to comment.