From: Roger Braun Date: Sat, 9 Sep 2017 10:00:03 +0000 (+0200) Subject: Remove mix test.watch X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=890503ca1ea4308664d31622eb19208757a4c881;p=akkoma Remove mix test.watch It recompiled too often and tested too long. --- diff --git a/mix.exs b/mix.exs index 1722f616c..00733c26a 100644 --- a/mix.exs +++ b/mix.exs @@ -42,8 +42,7 @@ defmodule Pleroma.Mixfile 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.