Skip to content

Commit

Permalink
Remove dogma
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhamps committed Sep 30, 2018
1 parent ebb1ba8 commit f81e1c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:
- run: mix local.hex --force
- run: mix local.rebar --force
- run: mix deps.get
- run: mix dogma
- run: mix test
- run: mix coveralls.circle
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ defmodule Dobbybot.Mixfile do
{:httpoison, "~> 0.13"},
{:excoveralls, "~> 0.4"},
{:slack, "~> 0.12.0"},
{:dogma, "~> 0.1", only: [:dev, :test], runtime: false},
{:credo, "~> 0.8", only: [:dev, :test], runtime: false},
{:remix, "~> 0.0.1", only: :dev},
{:mock, "~> 0.3.0", only: :test}
Expand Down

0 comments on commit f81e1c5

Please sign in to comment.