From 32ae82214c7c06744f1e8bc0f2789551087a20fe Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 24 Oct 2021 11:01:58 -0400 Subject: ci: Switch to GitHub Actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 80688ea..a254526 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![crates.io](https://img.shields.io/crates/v/acap.svg)](https://crates.io/crates/acap) [![Documentation](https://docs.rs/acap/badge.svg)](https://docs.rs/acap) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/tavianator/knn/blob/main/LICENSE) -[![Build Status](https://travis-ci.com/tavianator/acap.svg?branch=main)](https://travis-ci.com/tavianator/acap) +[![CI Status](https://github.com/tavianator/acap/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/tavianator/acap/actions/workflows/ci.yml) As Close As Possible — [nearest neighbor search] in Rust. -- cgit v1.2.3