From f8f2f571571cb244077740eef59df0a42ab948cc Mon Sep 17 00:00:00 2001 From: Alissa Rao Date: Sun, 2 Oct 2022 18:32:52 -0700 Subject: [PATCH] Use Github Actions for the badge rather tha travis CI. --- .github/workflows/test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba3ae07..44d5faf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test +name: build on: [push, pull_request] diff --git a/README.md b/README.md index 508e4d6..ffc7db2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # enumset -[![Build Status](https://api.travis-ci.com/Lymia/enumset.svg?branch=master)](https://app.travis-ci.com/github/Lymia/enumset) +[![Build Status](https://github.com/Lymia/enumset/actions/workflows/test.yml/badge.svg)](https://github.com/Lymia/enumset/actions/workflows/test.yml) [![Latest Version](https://img.shields.io/crates/v/enumset.svg)](https://crates.io/crates/enumset) ![Requires rustc 1.36+](https://img.shields.io/badge/rustc-1.36+-red.svg) [![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/enumset) -- 2.44.0