Skip to content

Commit

Permalink
Add build and coverage status to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gpedic committed Jan 29, 2019
1 parent d418aa6 commit 73d717d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Build Status](https://travis-ci.com/gpedic/ex_shortuuid.svg?branch=master)](https://travis-ci.com/gpedic/ex_shortuuid)
[![Coverage Status](https://coveralls.io/repos/github/gpedic/ex_shortuuid/badge.svg)](https://coveralls.io/github/gpedic/ex_shortuuid)

# ShortUUID

ShortUUID is a simple Elixir library that generates concise, unambiguous, URL-safe UUIDs.
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule ShortUUID.Mixfile do
version: @version,
elixir: "~> 1.4",
test_coverage: [tool: ExCoveralls],
preferred_cli_env: ["coveralls": :test],
preferred_cli_env: [coveralls: :test],
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
package: package(),
Expand Down Expand Up @@ -55,7 +55,7 @@ defmodule ShortUUID.Mixfile do
files: ["lib" , "mix.exs", "README*", "LICENSE*"],
maintainers: ["Goran Pedić"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/gpedic/ex_shortuuid"}
links: %{"GitHub" => @url}
]
end
end

0 comments on commit 73d717d

Please sign in to comment.