]> git.lizzy.rs Git - enumset.git/commitdiff
Use Github Actions for the badge rather tha travis CI.
authorAlissa Rao <lymia@lymiahugs.com>
Mon, 3 Oct 2022 01:32:52 +0000 (18:32 -0700)
committerAlissa Rao <lymia@lymiahugs.com>
Mon, 3 Oct 2022 01:32:52 +0000 (18:32 -0700)
.github/workflows/test.yml
README.md

index ba3ae07616ae8edb690b963167ea2a71904e7b37..44d5faf31bf93f58558ea10f8d617b2d755ee236 100644 (file)
@@ -1,4 +1,4 @@
-name: Test
+name: build
 
 on: [push, pull_request]
 
index 508e4d627fd04f1783358c3bc370118a7b6d2ad3..ffc7db2268f8376a4391ff5b2a33796eed32a713 100644 (file)
--- 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)