diff --git a/README.md b/README.md index 3439ef4..85a29fe 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/mix.exs b/mix.exs index 26a6558..2eb4c6a 100644 --- a/mix.exs +++ b/mix.exs @@ -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(), @@ -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