forked from potsda.mn/mobilizon
Merge branch 'remove-dogma' into 'master'
Remove dogma Closes #3 See merge request tcit/eventos!7
This commit is contained in:
commit
35492570de
|
@ -30,5 +30,4 @@ before_script:
|
|||
mix:
|
||||
script:
|
||||
- mix credo
|
||||
- mix dogma
|
||||
- mix coveralls
|
||||
|
|
1
mix.exs
1
mix.exs
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue