Skip to content

Commit

Permalink
Change :excoveralls config
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamingechoes committed May 12, 2017
1 parent d9d2c0f commit e20fa39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies:

test:
override:
- mix test
- mix coveralls.circle
post:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule GiphyEx.Mixfile do
{ :ex_doc, "~> 0.11", only: :dev },
{ :exjsx, "~> 3.2.0", app: false, override: true },
{ :httpoison, "~> 0.6" },
{ :excoveralls, "~> 0.5.7", only: :test }
{ :excoveralls, "~> 0.5.7" }
]
end

Expand Down

0 comments on commit e20fa39

Please sign in to comment.