From 3244c31600bd22a73ac904becad770a7f5247593 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Mon, 27 May 2019 20:33:40 +0200 Subject: [PATCH] Add Travis-CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bfdfd3..da83999 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![iOS 11+](https://img.shields.io/badge/ios-11+-green.svg) [![OpenSSL 1.1.0j](https://img.shields.io/badge/openssl-1.1.0j-d69c68.svg)](https://www.openssl.org/news/openssl-1.1.0-notes.html) [![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE) -[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fpassepartoutvpn%2Ftunnelkit&via=keeshux&text=TunnelKit%2C%20a%20non-official%20%23OpenVPN%20client%20for%20%23Apple%20platforms&hashtags=iOS%2CmacOS) +![Travis-CI](https://api.travis-ci.org/passepartoutvpn/tunnelkit.svg?branch=master) This library provides a simplified Swift/Obj-C implementation of the OpenVPNĀ® protocol for the Apple platforms. The crypto layer is built on top of [OpenSSL][dep-openssl] 1.1.0i, which in turn enables support for a certain range of encryption and digest algorithms.