From b55eced0ed648836defaceeac52eac20329ef355 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Sat, 18 Apr 2020 19:06:41 -0400 Subject: [PATCH] Update build status badge in readme --- README.md | 2 +- README.template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bd742ea..d5a47ba7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Oxipng -[![Build Status](https://travis-ci.org/shssoichiro/oxipng.svg?branch=master)](https://travis-ci.org/shssoichiro/oxipng) +[![Build Status](https://github.com/shssoichiro/oxipng/workflows/oxipng/badge.svg)](https://github.com/shssoichiro/oxipng/actions?query=branch%3Amaster) [![Version](https://img.shields.io/crates/v/oxipng.svg)](https://crates.io/crates/oxipng) [![License](https://img.shields.io/crates/l/oxipng.svg)](https://github.com/shssoichiro/oxipng/blob/master/LICENSE) diff --git a/README.template.md b/README.template.md index c1d6adf5..c6db69eb 100644 --- a/README.template.md +++ b/README.template.md @@ -1,6 +1,6 @@ # Oxipng -[![Build Status](https://travis-ci.org/shssoichiro/oxipng.svg?branch=master)](https://travis-ci.org/shssoichiro/oxipng) +[![Build Status](https://github.com/shssoichiro/oxipng/workflows/oxipng/badge.svg)](https://github.com/shssoichiro/oxipng/actions?query=branch%3Amaster) [![Version](https://img.shields.io/crates/v/oxipng.svg)](https://crates.io/crates/oxipng) [![License](https://img.shields.io/crates/l/oxipng.svg)](https://github.com/shssoichiro/oxipng/blob/master/LICENSE)