From: Alissa Rao Date: Mon, 3 Oct 2022 01:32:52 +0000 (-0700) Subject: Use Github Actions for the badge rather tha travis CI. X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f8f2f571571cb244077740eef59df0a42ab948cc;p=enumset.git Use Github Actions for the badge rather tha travis CI. --- 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)