Skip to content

Commit

Permalink
play with inch cl doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwencool committed Nov 24, 2016
1 parent e0641f9 commit 4ef460b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -13,4 +13,6 @@ script:
- MIX_ENV=test mix test
after_script:
- MIX_ENV=test mix coveralls.travis
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report

1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
# Maxwell

[![Build Status](https://travis-ci.org/zhongwencool/maxwell.svg?branch=master)](https://travis-ci.org/zhongwencool/maxwell)
[![Inline docs](http://inch-ci.org/github/zhongwencool/maxwell.svg)](http://inch-ci.org/github/zhongwencool/maxwell)
[![Coveralls Coverage](https://img.shields.io/coveralls/zhongwencool/maxwell.svg)](https://coveralls.io/github/zhongwencool/maxwell)

Maxwell is an HTTP client that provides a common interface over many adapters (such as hackney, ibrowse) and embraces the concept of Rack middleware when processing the request/response cycle.
Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Expand Up @@ -38,7 +38,8 @@ defmodule Maxwell.Mixfile do
{:excoveralls, "~> 0.5.1", only: :test},
{:ex_doc, ">= 0.11.4", only: [:dev]},
{:markdown, github: "devinus/markdown", only: [:dev]},
{:cmark, "~> 0.6", only: [:dev]}
{:cmark, "~> 0.6", only: [:dev]},
{:inch_ex, only: :docs},
]
end

Expand Down
1 change: 1 addition & 0 deletions mix.lock
Expand Up @@ -8,6 +8,7 @@
"hoedown": {:git, "https://github.com/hoedown/hoedown.git", "980b9c549b4348d50b683ecee6abee470b98acda", []},
"ibrowse": {:hex, :ibrowse, "4.2.2", "b32b5bafcc77b7277eff030ed32e1acc3f610c64e9f6aea19822abcadf681b4b", [:rebar3], []},
"idna": {:hex, :idna, "1.2.0", "ac62ee99da068f43c50dc69acf700e03a62a348360126260e87f2b54eced86b2", [:rebar3], []},
"inch_ex": {:hex, :inch_ex, "0.5.5", "b63f57e281467bd3456461525fdbc9e158c8edbe603da6e3e4671befde796a3d", [:mix], [{:poison, "~> 1.5 or ~> 2.0 or ~> 3.0", [hex: :poison, optional: false]}]},
"jsx": {:hex, :jsx, "2.8.0", "749bec6d205c694ae1786d62cea6cc45a390437e24835fd16d12d74f07097727", [:mix, :rebar], []},
"markdown": {:git, "https://github.com/devinus/markdown.git", "38dc74c88d52fd7569ad4f63d32b344d35a7fcce", []},
"metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], []},
Expand Down

0 comments on commit 4ef460b

Please sign in to comment.