From a1f60cf38695a5024750b77171da781988103c05 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 14 Jan 2018 18:01:32 +0100 Subject: [PATCH] forgot dogma in tests Signed-off-by: Thomas Citharel --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9dd679e08..84f1ad7df 100644 --- a/mix.exs +++ b/mix.exs @@ -61,7 +61,7 @@ defmodule Eventos.Mixfile do {:ex_machina, "~> 2.1", only: :test}, {:credo, "~> 0.8", only: [:dev, :test], runtime: false}, {:excoveralls, "~> 0.8", only: :test}, - {:dogma, "~> 0.1", only: :dev}, + {:dogma, "~> 0.1", only: [:dev, :test]}, {:icalendar, "~> 0.6"}, {:ex_doc, "~> 0.16", only: :dev, runtime: false} ]