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:
|
mix:
|
||||||
script:
|
script:
|
||||||
- mix credo
|
- mix credo
|
||||||
- mix dogma
|
|
||||||
- mix coveralls
|
- mix coveralls
|
||||||
|
1
mix.exs
1
mix.exs
@ -61,7 +61,6 @@ defmodule Eventos.Mixfile do
|
|||||||
{:ex_machina, "~> 2.1", only: :test},
|
{:ex_machina, "~> 2.1", only: :test},
|
||||||
{:credo, "~> 0.8", only: [:dev, :test], runtime: false},
|
{:credo, "~> 0.8", only: [:dev, :test], runtime: false},
|
||||||
{:excoveralls, "~> 0.8", only: :test},
|
{:excoveralls, "~> 0.8", only: :test},
|
||||||
{:dogma, "~> 0.1", only: [:dev, :test]},
|
|
||||||
{:icalendar, "~> 0.6"},
|
{:icalendar, "~> 0.6"},
|
||||||
{:ex_doc, "~> 0.16", only: :dev, runtime: false},
|
{:ex_doc, "~> 0.16", only: :dev, runtime: false},
|
||||||
{:mix_test_watch, "~> 0.5", only: :dev, runtime: false},
|
{:mix_test_watch, "~> 0.5", only: :dev, runtime: false},
|
||||||
|
Loading…
Reference in New Issue
Block a user