From efe86beda4a9ac56ea49a71ec1cc2d7b9075a3fb Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Wed, 5 Jun 2024 16:21:07 +0800 Subject: [PATCH] Update CI badge from Travis to GitHub (#222) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89ad2cf..20de471 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Money -[![Build Status](https://travis-ci.org/elixirmoney/money.svg?branch=master)](https://travis-ci.org/elixirmoney/money) +[![CI Status](https://github.com/elixirmoney/money/actions/workflows/ci.yml/badge.svg)](https://github.com/elixirmoney/money/actions/workflows/ci.yml) [![Module Version](https://img.shields.io/hexpm/v/money.svg)](https://hex.pm/packages/money) [![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/money/) [![Total Download](https://img.shields.io/hexpm/dt/money.svg)](https://hex.pm/packages/money)