Remove mix_test_watch config

This commit is contained in:
Marcel Otto 2018-06-13 21:56:12 +02:00
parent 39866d99d8
commit 8e1dc13c4f
4 changed files with 0 additions and 15 deletions

View file

@ -1,5 +1 @@
use Mix.Config use Mix.Config
unless Mix.env in ~w[docs bench]a do
import_config "#{Mix.env}.exs"
end

View file

@ -1,9 +0,0 @@
use Mix.Config
config :mix_test_watch,
clear: true,
tasks: [
"test",
# "dialyzer",
# "credo",
]

View file

@ -1 +0,0 @@
use Mix.Config

View file

@ -1 +0,0 @@
use Mix.Config