From e2955211c5fbc605911f6aa52691872909013a83 Mon Sep 17 00:00:00 2001 From: Jay Hayes Date: Thu, 10 Feb 2022 08:05:05 -0600 Subject: [PATCH] Replace Travis CI build badge with GitHub --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1524f87..9093966 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Elixir Koans -[![Build Status](https://travis-ci.org/elixirkoans/elixir-koans.svg?branch=master)](https://travis-ci.org/elixirkoans/elixir-koans) +![CI](https://github.com/elixirkoans/elixir-koans/actions/workflows/elixir.yml/badge.svg) + Elixir koans is a fun way to get started with the elixir programming language. It is a tour of the most important features and idiomatic usage of the language.