Remove mix test.watch
authorRoger Braun <roger@rogerbraun.net>
Sat, 9 Sep 2017 10:00:03 +0000 (12:00 +0200)
committerRoger Braun <roger@rogerbraun.net>
Sat, 9 Sep 2017 10:00:03 +0000 (12:00 +0200)
It recompiled too often and tested too long.

mix.exs

diff --git a/mix.exs b/mix.exs
index 1722f616c5f944dd95f042e1479d64baced2c7d3..00733c26a64fe3a085b6f873159a109bd61f1af5 100644 (file)
--- 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.