Skip to content

Commit

Permalink
Use Github Actions for the badge rather tha travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed Oct 3, 2022
1 parent 4216870 commit f8f2f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: build

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit f8f2f57

Please sign in to comment.