Skip to content

Commit

Permalink
Packaging and CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Sharples committed Dec 12, 2023
1 parent 366890b commit 11c5c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Statistics

[![Build Status](https://travis-ci.org/msharp/elixir-statistics.svg?branch=master)](https://travis-ci.org/msharp/elixir-statistics)
[![Build Status](https://github.com/msharp/elixir-statistics/workflows/CI/badge.svg)](https://github.com/msharp/elixir-statistics/actions?query=workflow%3A%22CI%22)
[![hex.pm version](https://img.shields.io/hexpm/v/statistics.svg?style=flat)](https://hex.pm/packages/statistics)

Statistics functions and distributions for [Elixir](https://github.com/elixir-lang/elixir).
Expand All @@ -12,7 +12,7 @@ Add Statistics as a dependency in your `mix.exs` file to install from [hex.pm](h
```elixir
def deps do
[
{ :statistics, "~> 0.6.2"}
{ :statistics, "~> 0.6"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule Statistics.Mixfile do

defp deps do
[
{:ex_doc, "~> 0.19", only: :dev}
{:ex_doc, "~> 0.31", only: :dev, runtime: false}
]
end

Expand Down

0 comments on commit 11c5c3c

Please sign in to comment.