From 31b4f6d5895e9326b5c2c9d4f8d1480b759bd943 Mon Sep 17 00:00:00 2001 From: Deyan Ginev Date: Sat, 26 Mar 2022 15:24:29 -0400 Subject: [PATCH] switch to GH Actions CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 662781b0c3..5d1b887b79 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://secure.travis-ci.org/KWARC/rust-libxml.png?branch=master)](http://travis-ci.org/KWARC/rust-libxml) +[![CI](https://github.com/KWARC/rust-libxml/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/KWARC/rust-libxml/actions/workflows/CI.yml) [![API Documentation](https://img.shields.io/badge/docs-API-blue.svg)](http://KWARC.github.io/rust-libxml/libxml/index.html) [![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/KWARC/rust-libxml/master/LICENSE) [![crates.io](https://img.shields.io/crates/v/libxml.svg)](https://crates.io/crates/libxml)