summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-10-24 11:01:58 -0400
committerTavian Barnes <tavianator@tavianator.com>2021-10-24 11:06:51 -0400
commit32ae82214c7c06744f1e8bc0f2789551087a20fe (patch)
tree842a7a653790e1895a49dcd321ea5e1425af6ad6 /README.md
parentd64807aab65a4e25012c639b28d5ac60e24dac32 (diff)
downloadacap-32ae82214c7c06744f1e8bc0f2789551087a20fe.tar.xz
ci: Switch to GitHub Actions
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 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.