Fix inch.report

This commit is contained in:
avitex 2017-07-30 19:59:54 +10:00
parent e0160c5701
commit 0203c00582
2 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,7 @@ otp_release:
env: env:
- MIX_ENV=test - MIX_ENV=test
script: script:
- "mix do deps.get, compile" - mix do deps.get, compile
after_script: after_script:
- "MIX_ENV=docs mix do deps.get, inch.report" - mix deps.get --only docs
- MIX_ENV=docs mix inch.report

View File

@ -23,7 +23,7 @@ defmodule Vultr.Mixfile do
defp deps do defp deps do
[ [
{:inch_ex, "~> 0.5", only: :dev}, {:inch_ex, "~> 0.5", only: :docs},
{:ex_doc, "~> 0.14", only: :dev, runtime: false}, {:ex_doc, "~> 0.14", only: :dev, runtime: false},
{:tesla, "~> 0.7.1"}, {:tesla, "~> 0.7.1"},
{:ibrowse, "~> 4.2"}, {:ibrowse, "~> 4.2"},