From eee85a423f15a627e3ec34e7329236bb39335cd7 Mon Sep 17 00:00:00 2001 From: Eitaro Fukamachi Date: Thu, 21 Dec 2023 03:13:56 +0000 Subject: [PATCH] Update the CI badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4aab4b..06c2516 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Woo -[![Build Status](https://travis-ci.org/fukamachi/woo.svg?branch=master)](https://travis-ci.org/fukamachi/woo) +[![CI](https://github.com/fukamachi/woo/actions/workflows/ci.yml/badge.svg)](https://github.com/fukamachi/woo/actions/workflows/ci.yml) Woo is a fast non-blocking HTTP server built on top of [libev](http://software.schmorp.de/pkg/libev.html). Although Woo is written in Common Lisp, it aims to be the fastest web server written in any programming language.