summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-03-26 21:32:55 -0400
committerTavian Barnes <tavianator@tavianator.com>2021-03-28 10:38:50 -0400
commitf9c18e80595fae26f1d45dab5427c7122d15cb35 (patch)
tree65aab4bb54b4fd228dcbd2fd2a773ad612621417 /README.md
parentd36ece2ca7498b7ba5485d5010439b57f006c9c8 (diff)
downloadbfs-f9c18e80595fae26f1d45dab5427c7122d15cb35.tar.xz
ci: Switch to GitHub Actions
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c33b02c..64956a2 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,8 @@
[![License](http://img.shields.io/badge/license-0BSD-blue.svg)](https://github.com/tavianator/bfs/blob/main/LICENSE)
[![Version](https://img.shields.io/github/v/tag/tavianator/bfs?label=version)](https://github.com/tavianator/bfs/releases)
-[![Travis CI Status](https://api.travis-ci.com/tavianator/bfs.svg?branch=main)](https://travis-ci.com/tavianator/bfs)
+[![Linux CI Status](https://github.com/tavianator/bfs/actions/workflows/linux.yml/badge.svg?branch=main)](https://github.com/tavianator/bfs/actions/workflows/linux.yml)
+[![macOS CI Status](https://github.com/tavianator/bfs/actions/workflows/macos.yml/badge.svg?branch=main)](https://github.com/tavianator/bfs/actions/workflows/macos.yml)
Breadth-first search for your files.