Remove travis badge

This commit is contained in:
Steven Fackler 2017-11-20 18:58:29 -08:00
parent 089893e5c4
commit e6dc718070
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# rust-openssl # 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). [Documentation](https://docs.rs/openssl).
@ -88,7 +88,7 @@ installation via an environment variable:
set OPENSSL_DIR=C:\OpenSSL-Win64 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: directory", you will need to add them to the `PATH` environment variable:
``` ```