Skip to content

Commit

Permalink
Merge pull request #4 from ericmj/patch-2
Browse files Browse the repository at this point in the history
Fix quoted atom warning
  • Loading branch information
mononym committed Nov 18, 2019
2 parents 6f8beee + 5b024ab commit dee5345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -10,7 +10,7 @@ defmodule GitDiff.Mixfile do
elixir: "~> 1.5",
name: "GitDiff",
package: package(),
preferred_cli_env: ["coveralls": :test, "coveralls.detail": :test, "coveralls.post": :test, "coveralls.html": :test],
preferred_cli_env: [coveralls: :test, "coveralls.detail": :test, "coveralls.post": :test, "coveralls.html": :test],
source_url: "https://github.com/mononym/git_diff",
start_permanent: Mix.env == :prod,
test_coverage: [tool: ExCoveralls],
Expand Down

0 comments on commit dee5345

Please sign in to comment.