Skip to content

Commit

Permalink
Restrict http_server to test env.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPower15 committed Nov 27, 2017
1 parent 600195c commit 76b0bac
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 @@ -40,7 +40,7 @@ defmodule ElixirNsq.Mixfile do
{:secure_random, "~> 0.2", only: :test},

# Small HTTP server for running tests
{:http_server, github: "parroty/http_server"},
{:http_server, github: "parroty/http_server", only: :test},
]
end

Expand Down

0 comments on commit 76b0bac

Please sign in to comment.