aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-03 14:32:36 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-03 14:32:36 +0900
commitd2174eb51f43c32ddf62ad75398e92b61af35ef3 (patch)
tree08e3dd70b7b5a1fd133135d5a5d8ce15c2bfb304 /README.md
parentf4eb3dd0de0dcadf3d12a647717f62491420cd1b (diff)
downloadruby-openssl-d2174eb51f43c32ddf62ad75398e92b61af35ef3.tar.gz
added appveyor status badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 42dd2420..192b5a27 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# OpenSSL
[![Build Status](https://travis-ci.org/ruby/openssl.svg?branch=master)](https://travis-ci.org/ruby/openssl)
+[![Build status](https://ci.appveyor.com/api/projects/status/b8djtmwo7l26f88y/branch/master?svg=true)](https://ci.appveyor.com/project/ruby/openssl/branch/master)
OpenSSL provides SSL, TLS and general purpose cryptography. It wraps the
OpenSSL library.