diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-03-26 21:32:55 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-03-28 10:38:50 -0400 |
commit | f9c18e80595fae26f1d45dab5427c7122d15cb35 (patch) | |
tree | 65aab4bb54b4fd228dcbd2fd2a773ad612621417 /README.md | |
parent | d36ece2ca7498b7ba5485d5010439b57f006c9c8 (diff) | |
download | bfs-f9c18e80595fae26f1d45dab5427c7122d15cb35.tar.xz |
ci: Switch to GitHub Actions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |