chore(README): update CI badge

This commit is contained in:
Sean McArthur
2019-12-05 14:08:02 -08:00
parent 0dc89680cd
commit a1e87c7fe6

View File

@@ -1,9 +1,9 @@
# [hyper](https://hyper.rs) # [hyper](https://hyper.rs)
[![Travis Build Status](https://travis-ci.org/hyperium/hyper.svg?branch=master)](https://travis-ci.org/hyperium/hyper)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![crates.io](https://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper) [![crates.io](https://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper)
[![Released API docs](https://docs.rs/hyper/badge.svg)](https://docs.rs/hyper) [![Released API docs](https://docs.rs/hyper/badge.svg)](https://docs.rs/hyper)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![CI](https://github.com/hyperium/hyper/workflows/CI/badge.svg)](https://github.com/hyperium/hyper/actions?query=workflow%3ACI)
A **fast** and **correct** HTTP implementation for Rust. A **fast** and **correct** HTTP implementation for Rust.