diff --git a/lib/excoveralls/poster.ex b/lib/excoveralls/poster.ex index 5b202f24..4e5f3539 100644 --- a/lib/excoveralls/poster.ex +++ b/lib/excoveralls/poster.ex @@ -19,7 +19,6 @@ defmodule ExCoveralls.Poster do defp upload_zipped_json(content, options) do Application.ensure_all_started(:ssl) - Application.ensure_all_started(:httpc) Application.ensure_all_started(:inets) endpoint = options[:endpoint] || "https://coveralls.io"