File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Statistics
2
2
3
- [ ![ Build Status] ( https://travis-ci.org /msharp/elixir-statistics. svg?branch=master )] ( https://travis-ci.org /msharp/elixir-statistics )
3
+ [ ![ Build Status] ( https://github.com /msharp/elixir-statistics/actions/workflows/elixir.yml/badge. svg )] ( https://github.com /msharp/elixir-statistics/actions/workflows/elixir.yml )
4
4
[ ![ hex.pm version] ( https://img.shields.io/hexpm/v/statistics.svg?style=flat )] ( https://hex.pm/packages/statistics )
5
5
6
6
Statistics functions and distributions for [ Elixir] ( https://github.com/elixir-lang/elixir ) .
@@ -12,7 +12,7 @@ Add Statistics as a dependency in your `mix.exs` file to install from [hex.pm](h
12
12
``` elixir
13
13
def deps do
14
14
[
15
- { :statistics , " ~> 0.6.2 " }
15
+ { :statistics , " ~> 0.6" }
16
16
]
17
17
end
18
18
```
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defmodule Statistics.Mixfile do
20
20
21
21
defp deps do
22
22
[
23
- { :ex_doc , "~> 0.19 " , only: :dev }
23
+ { :ex_doc , "~> 0.31 " , only: :dev , runtime: false }
24
24
]
25
25
end
26
26
You can’t perform that action at this time.
0 commit comments