Remove travis badge
This commit is contained in:
parent
089893e5c4
commit
e6dc718070
|
|
@ -1,6 +1,6 @@
|
||||||
# rust-openssl
|
# rust-openssl
|
||||||
|
|
||||||
[](https://circleci.com/gh/sfackler/rust-openssl) [](https://travis-ci.org/sfackler/rust-openssl) [](https://ci.appveyor.com/project/sfackler/rust-openssl/branch/master)
|
[](https://circleci.com/gh/sfackler/rust-openssl) [](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:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue