From 99cc25cb9302e80984ff14197aa63aa1addecd50 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Wed, 16 Feb 2022 23:20:57 -0800 Subject: [PATCH] Switch badge to GitHub Actions and remove outdated file references --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b2d1aa..c28728c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/matklad/once_cell" keywords = ["lazy", "static"] categories = ["rust-patterns", "memory-management"] -exclude = ["*.png", "*.svg", "/Cargo.lock.msrv", "/.travis.yml", "/run-miri-tests.sh", "rustfmt.toml"] +exclude = ["*.png", "*.svg", "/Cargo.lock.msrv", "rustfmt.toml"] [workspace] members = ["xtask"] diff --git a/README.md b/README.md index b5c9896..de65dbb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

once_cell

-[![Build Status](https://travis-ci.org/matklad/once_cell.svg?branch=master)](https://travis-ci.org/matklad/once_cell) +[![Build Status](https://github.com/matklad/once_cell/actions/workflows/ci.yaml/badge.svg)](https://github.com/matklad/once_cell/actions) [![Crates.io](https://img.shields.io/crates/v/once_cell.svg)](https://crates.io/crates/once_cell) [![API reference](https://docs.rs/once_cell/badge.svg)](https://docs.rs/once_cell/)