Skip to content

Commit

Permalink
Replace Travis badge with GitHub Actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Mar 31, 2021
1 parent 9b8870c commit baef940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ This crate works without `std`.

[![Documentation Status]][docs.rs]
[![Latest Version]][crates.io]
[![Build Status]][travis]
[![Build Status]][actions]

[Documentation Status]: https://docs.rs/average/badge.svg
[docs.rs]: https://docs.rs/average
[Build Status]: https://travis-ci.org/vks/average.svg?branch=master
[travis]: https://travis-ci.org/vks/average
[Build Status]: https://github.com/kas-gui/easy-cast/workflows/Tests/badge.svg?event=push
[actions]: https://github.com/vks/average/actions
[Latest Version]: https://img.shields.io/crates/v/average.svg
[crates.io]: https://crates.io/crates/average

Expand Down

0 comments on commit baef940

Please sign in to comment.