diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-11-23 15:17:28 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-11-30 10:19:43 -0500 |
commit | cf6cea495ac4425fceda6269c57c72134335308e (patch) | |
tree | c933f72d7064328bfb5eddfbd642db2f55a052a7 /README.md | |
parent | 604ec9f5cb041672efbe6355cd8c43dc691732e2 (diff) | |
download | bfs-cf6cea495ac4425fceda6269c57c72134335308e.tar.xz |
travis: Switch to the LXD-based infrastructure
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ [![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.org/tavianator/bfs.svg?branch=main)](https://travis-ci.org/tavianator/bfs) +[![Travis CI Status](https://api.travis-ci.com/tavianator/bfs.svg?branch=main)](https://travis-ci.com/tavianator/bfs) [![Cirrus CI Status](https://api.cirrus-ci.com/github/tavianator/bfs.svg)](https://cirrus-ci.com/github/tavianator/bfs) Breadth-first search for your files. |