Skip to content

Commit

Permalink
Remove credo from test env
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Jul 20, 2024
1 parent 67143ba commit d251505
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 @@ -127,7 +127,7 @@ defmodule Vix.MixProject do
{:castore, "~> 1.0 or ~> 0.1"},

# development & test
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:credo, "~> 1.6", only: [:dev], runtime: false},
{:dialyxir, "~> 1.4", only: [:dev], runtime: false},
{:ex_doc, ">= 0.0.0", only: :dev},
{:excoveralls, "~> 0.15", only: :test},
Expand Down

0 comments on commit d251505

Please sign in to comment.