Skip to content

Commit 8d78c19

Browse files
author
Max Sharples
committed
Packaging and CI updates
1 parent 366890b commit 8d78c19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Statistics
22

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)
44
[![hex.pm version](https://img.shields.io/hexpm/v/statistics.svg?style=flat)](https://hex.pm/packages/statistics)
55

66
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
1212
```elixir
1313
def deps do
1414
[
15-
{ :statistics, "~> 0.6.2"}
15+
{ :statistics, "~> 0.6"}
1616
]
1717
end
1818
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule Statistics.Mixfile do
2020

2121
defp deps do
2222
[
23-
{:ex_doc, "~> 0.19", only: :dev}
23+
{:ex_doc, "~> 0.31", only: :dev, runtime: false}
2424
]
2525
end
2626

0 commit comments

Comments
 (0)