Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ defmodule OpencensusElixir.MixProject do
coveralls: :test,
"coveralls.html": :test,
"coveralls.json": :test,
docs: :docs,
"inchci.add": :docs,
"inch.report": :docs
]
Expand All @@ -36,8 +35,8 @@ defmodule OpencensusElixir.MixProject do
{:opencensus, "~> 0.7.0"},

# Documentation
{:ex_doc, ">= 0.0.0", only: [:docs]},
{:inch_ex, "~> 1.0", only: [:docs]},
{:ex_doc, ">= 0.0.0", only: [:dev]},
{:inch_ex, "~> 1.0", only: [:dev]},

# Testing
{:excoveralls, "~> 0.10.3", only: [:test]},
Expand Down