From 32fb9a63c3de7086cf3423de00b910e251798287 Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Sun, 20 May 2018 14:24:18 +0200 Subject: [PATCH] add travis badge we have a CI* so let's advertise it! * - terms and conditions may apply ;) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7840cf0..363f196 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ CipherScan ========== +[![Build Status](https://travis-ci.org/mozilla/cipherscan.svg?branch=master)](https://travis-ci.org/mozilla/cipherscan) + ![cipherscan](https://pbs.twimg.com/media/CPbjvCFW8AAnUK3.png:large) Cipherscan tests the ordering of the SSL/TLS ciphers on a given target, for all major versions of SSL and TLS. It also extracts some certificates informations, TLS options, OCSP stapling and more. Cipherscan is a wrapper above the `openssl s_client` command line.