Remove dogma

Closes #3

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-01-21 19:29:41 +01:00
parent 63e7c09870
commit bc80320098
2 changed files with 0 additions and 2 deletions

View File

@ -30,5 +30,4 @@ before_script:
mix:
script:
- mix credo
- mix dogma
- mix coveralls

View File

@ -61,7 +61,6 @@ 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, :test]},
{:icalendar, "~> 0.6"},
{:ex_doc, "~> 0.16", only: :dev, runtime: false},
{:mix_test_watch, "~> 0.5", only: :dev, runtime: false},