summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@dashbit.co>2022-09-14 09:03:20 +0200
committerGitHub <noreply@github.com>2022-09-14 09:03:20 +0200
commiteb7f640a633e46edcb2c6b51df22226b967bbe3b (patch)
treeda6369cb0359d0964194288a13778bcdf148355f /README.md
parent81cb1bd7c298265f9f5e87a2ac14d75276ab523b (diff)
downloadelixir-eb7f640a633e46edcb2c6b51df22226b967bbe3b.tar.gz
Remove Cirrus CI (#12132)
It has served its purpose while developing releases but with the functionality stable and shellcheck, we have our basis covered.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2b27265ac..e31c4f8e7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
<img src="https://github.com/elixir-lang/elixir-lang.github.com/raw/main/images/logo/logo.png#gh-light-mode-only" width="200" alt="Elixir">
<img src="https://github.com/elixir-lang/elixir-lang.github.com/raw/main/images/logo/logo-dark.png#gh-dark-mode-only" width="200" alt="Elixir">
-[![CI](https://github.com/elixir-lang/elixir/workflows/CI/badge.svg?branch=main)](https://github.com/elixir-lang/elixir/actions?query=branch%3Amain+workflow%3ACI) [![Build status](https://api.cirrus-ci.com/github/elixir-lang/elixir.svg?branch=main)](https://cirrus-ci.com/github/elixir-lang/elixir)
+[![CI](https://github.com/elixir-lang/elixir/workflows/CI/badge.svg?branch=main)](https://github.com/elixir-lang/elixir/actions?query=branch%3Amain+workflow%3ACI)
Elixir is a dynamic, functional language designed for building scalable
and maintainable applications.