Skip to content

Commit

Permalink
Use dev for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Dec 8, 2016
1 parent 66006e2 commit d38f994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ script:

after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report
- mix inch.report
- MIX_ENV=test mix coveralls.travis

env:
Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ defmodule Mongo.Ecto.Mixfile do
{:ecto, "~> 1.0.0"},
{:dialyze, "~> 0.2.0", only: :dev},
{:excoveralls, "~> 0.5", only: :test},
{:inch_ex, "~> 0.5", only: :docs},
{:earmark, "~> 0.2", only: :docs},
{:ex_doc, "~> 0.11", only: :docs}
{:inch_ex, "~> 0.5", only: :dev},
{:earmark, "~> 0.2", only: :dev},
{:ex_doc, "~> 0.11", only: :dev}
]
end

Expand Down

0 comments on commit d38f994

Please sign in to comment.