Skip to content

Commit 9de9b4a

Browse files
committed
clean up mix file
1 parent 03bae3b commit 9de9b4a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

mix.exs

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,14 @@ defmodule Scenic.Mixfile do
2020
make_targets: ["all"],
2121
make_clean: ["clean"],
2222
make_env: make_env(),
23-
dialyzer: [plt_add_deps: :transitive, plt_add_apps: [:mix, :iex]],
24-
test_coverage: [tool: ExCoveralls],
25-
preferred_cli_env: [
26-
coveralls: :test,
27-
"coveralls.html": :test,
28-
"coveralls.json": :test
29-
],
3023
name: "Scenic",
3124
description: description(),
3225
docs: [
3326
extras: doc_guides(),
3427
main: "welcome",
35-
groups_for_modules: groups_for_modules()
36-
# source_ref: "v#{@version}",
37-
# source_url: "https://github.com/boydm/scenic",
28+
groups_for_modules: groups_for_modules(),
29+
source_ref: "v#{@version}",
30+
source_url: "https://github.com/boydm/scenic",
3831
# homepage_url: "http://kry10.com",
3932
],
4033
package: [

0 commit comments

Comments
 (0)