mirror of
https://github.com/avitex/elixir-vultr
synced 2024-11-21 19:09:57 +00:00
Fix inch.report
This commit is contained in:
parent
e0160c5701
commit
0203c00582
@ -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
|
||||||
|
2
mix.exs
2
mix.exs
@ -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"},
|
||||||
|
Loading…
Reference in New Issue
Block a user