diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-09-09 12:00:03 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-09-09 12:00:03 +0200 |
commit | 890503ca1ea4308664d31622eb19208757a4c881 (patch) | |
tree | 386802c902bc911bd6c38835577b3b9160c8ec63 | |
parent | 2652d9e4edf34531057d472c6e23812873019fd5 (diff) | |
download | pleroma-890503ca1ea4308664d31622eb19208757a4c881.tar.gz pleroma-890503ca1ea4308664d31622eb19208757a4c881.zip |
Remove mix test.watch
It recompiled too often and tested too long.
-rw-r--r-- | mix.exs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |