Skip to content

Commit 45c43fe

Browse files
committed
adding inch ci for docs monitoring
1 parent 71355fa commit 45c43fe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ script:
1616
- mix test
1717
after_success:
1818
- MIX_ENV=test mix coveralls.travis
19+
- MIX_ENV=docs mix deps.get
20+
- MIX_ENV=docs mix inch.report

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ defmodule HttpRouter.Mixfile do
2525
{ :xml_builder, "~> 0.0.5" },
2626
{ :earmark, "~> 0.1.10", only: :docs },
2727
{ :ex_doc, "~> 0.6.1", only: :docs },
28+
{ :inch_ci, only: :docs },
2829
{ :excoveralls, "~> 0.3.4", only: :test },
2930
{ :dialyze, "~> 0.1.3", only: :test } ]
3031
end

0 commit comments

Comments
 (0)