Skip to content

Commit a1e87c7

Browse files
committed
chore(README): update CI badge
1 parent 0dc8968 commit a1e87c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# [hyper](https://hyper.rs)
22

3-
[![Travis Build Status](https://travis-ci.org/hyperium/hyper.svg?branch=master)](https://travis-ci.org/hyperium/hyper)
4-
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
53
[![crates.io](https://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper)
64
[![Released API docs](https://docs.rs/hyper/badge.svg)](https://docs.rs/hyper)
5+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
6+
[![CI](https://github.com/hyperium/hyper/workflows/CI/badge.svg)](https://github.com/hyperium/hyper/actions?query=workflow%3ACI)
77

88
A **fast** and **correct** HTTP implementation for Rust.
99

0 commit comments

Comments
 (0)