Replace Travis CI build badge with GitHub

This commit is contained in:
Jay Hayes
2022-02-10 08:05:05 -06:00
parent 19787233f6
commit e2955211c5

View File

@@ -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.