From cfaa9087c427f2bf7a705df449a7af4068ad6821 Mon Sep 17 00:00:00 2001 From: Bryce Fisher-Fleig Date: Thu, 10 Jul 2014 17:17:00 -0700 Subject: [PATCH 1/2] Added README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..a59ccdbc --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +rust-openssl [![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](https://travis-ci.org/sfackler/rust-openssl) +============ From d403cae9e66eca634323daf73ccd70f75b35a0c5 Mon Sep 17 00:00:00 2001 From: Bryce Fisher-Fleig Date: Thu, 10 Jul 2014 17:22:27 -0700 Subject: [PATCH 2/2] Added link to rust-ci.org documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a59ccdbc..7c254097 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ rust-openssl [![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](https://travis-ci.org/sfackler/rust-openssl) ============ + +See the [rustdoc output](http://www.rust-ci.org/sfackler/rust-openssl/doc/openssl/).