Skip to content

Commit c8ba960

Browse files
committed
Add badges to README
1 parent 3a7ca9c commit c8ba960

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# rust-openssl
22

3-
[![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](https://travis-ci.org/sfackler/rust-openssl)
3+
[![CircleCI](https://circleci.com/gh/sfackler/rust-openssl.svg?style=shield)](https://circleci.com/gh/sfackler/rust-openssl) [![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](https://travis-ci.org/sfackler/rust-openssl) [![Build status](https://ci.appveyor.com/api/projects/status/d1knobws948pyynk/branch/master?svg=true)](https://ci.appveyor.com/project/sfackler/rust-openssl/branch/master)
4+
45

56
[Documentation](https://docs.rs/openssl).
67

@@ -22,7 +23,7 @@ below.
2223
On Linux, you can typically install OpenSSL via your package manager. The
2324
headers are sometimes provided in a separate package than the runtime libraries
2425
- look for something like `openssl-devel` or `libssl-dev`. You will also need the
25-
regular development utilities, like `pkg-config`, as the custom build script relies
26+
regular development utilities, like `pkg-config`, as the custom build script relies
2627
on them.
2728

2829
```bash

0 commit comments

Comments
 (0)