diff --git a/README.md b/README.md index 3d94b9f..8ce4ad7 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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 ``` diff --git a/mix.exs b/mix.exs index 418c8c2..9d99e63 100644 --- a/mix.exs +++ b/mix.exs @@ -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