From 5b024ab507c9be61895c6e1e76acf77a65caaf0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Tue, 12 Nov 2019 15:53:06 +0100 Subject: [PATCH] Fix quoted atom warning --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8683e4b..18e5bbf 100644 --- a/mix.exs +++ b/mix.exs @@ -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],