From e6dc7180708b7a0e9d7bcd13cb5eb1f7f02cb56b Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 20 Nov 2017 18:58:29 -0800 Subject: [PATCH] Remove travis badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d05ec13..067a538d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rust-openssl -[![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) +[![CircleCI](https://circleci.com/gh/sfackler/rust-openssl.svg?style=shield)](https://circleci.com/gh/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) [Documentation](https://docs.rs/openssl). @@ -88,7 +88,7 @@ installation via an environment variable: set OPENSSL_DIR=C:\OpenSSL-Win64 ``` -During the installation process if you select "Copy OpenSSL DLLs to: The OpenSSL binaries (/bin) +During the installation process if you select "Copy OpenSSL DLLs to: The OpenSSL binaries (/bin) directory", you will need to add them to the `PATH` environment variable: ```