forked from AkkomaGang/akkoma
Remove mix test.watch
It recompiled too often and tested too long.
This commit is contained in:
parent
2652d9e4ed
commit
890503ca1e
1 changed files with 1 additions and 2 deletions
3
mix.exs
3
mix.exs
|
@ -42,8 +42,7 @@ defp deps do
|
|||
{:cachex, "~> 2.1"},
|
||||
{:httpoison, "~> 0.11.2"},
|
||||
{:ex_machina, "~> 2.0", only: :test},
|
||||
{:credo, "~> 0.7", only: [:dev, :test]},
|
||||
{:mix_test_watch, "~> 0.2", only: :dev}]
|
||||
{:credo, "~> 0.7", only: [:dev, :test]}]
|
||||
end
|
||||
|
||||
# Aliases are shortcuts or tasks specific to the current project.
|
||||
|
|
Loading…
Reference in a new issue