Skip to content

Commit

Permalink
Remove docs env
Browse files Browse the repository at this point in the history
  • Loading branch information
chulkilee committed Jul 31, 2018
1 parent 24ec70d commit cb2a7a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ otp_release:
- '20.3'
after_script:
- MIX_ENV=test mix coveralls.travis
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report
- mix inch.report
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ defmodule ExForce.Mixfile do
{:tesla, "~> 1.0"},
{:jason, "~> 1.0"},
{:bypass, "~> 0.8", only: :test},
{:credo, "~> 0.9", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 0.5", only: [:dev, :test], runtime: false},
{:credo, "~> 0.9", only: :dev, runtime: false},
{:dialyxir, "~> 0.5", only: :dev, runtime: false},
{:excoveralls, "~> 0.8", only: :test},
{:ex_doc, "~> 0.18", only: :docs, runtime: false},
{:inch_ex, "~> 0.5", only: :docs}
{:ex_doc, "~> 0.18", only: :dev, runtime: false},
{:inch_ex, "~> 0.5", only: :dev}
]
end

Expand Down

0 comments on commit cb2a7a0

Please sign in to comment.