Skip to content

Commit

Permalink
Adds Inch-CI for better documentation visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
duksis committed Dec 30, 2015
1 parent 4846a62 commit 38fb0a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ env:
- MIX_ENV=test
script:
- "mix do deps.get, compile, coveralls.travis"
after_script:
- "MIX_ENV=docs mix do deps.get, inch.report"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Build Status](https://travis-ci.org/edgurgel/tentacat.svg)](https://travis-ci.org/edgurgel/tentacat)
[![Coverage Status](http://img.shields.io/coveralls/edgurgel/tentacat.svg)](https://coveralls.io/r/edgurgel/tentacat)
[![Inline docs](http://inch-ci.org/github/edgurgel/tentacat.svg)](http://inch-ci.org/github/edgurgel/tentacat)

# Tentacat

Expand Down
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ defmodule Tentacat.Mixfile do
{ :exjsx, "~> 3.2" },
{:earmark, "~> 0.1.17", only: :docs},
{:ex_doc, "~> 0.8.0", only: :docs},
{:inch_ex, only: :docs},
{:excoveralls, "~> 0.4", only: :test},
{:exvcr, "~> 0.6", only: :test},
{ :meck, "~> 0.8", only: :test } ]
Expand Down

0 comments on commit 38fb0a5

Please sign in to comment.