From 6201176852b5690b8934d49d251ef648adb65666 Mon Sep 17 00:00:00 2001 From: Toby Lorne Date: Thu, 13 Apr 2017 15:36:17 -0400 Subject: [PATCH] Add Travis CI badge to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53b25c53..7965e6e7 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # CyberChef +[![Build Status](https://travis-ci.org/gchq/CyberChef.svg?branch=master)](https://travis-ci.org/gchq/CyberChef) + #### *The Cyber Swiss Army Knife* CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include creating hexdumps, simple encoding like XOR or Base64, more complex encryption like AES, DES and Blowfish, data compression and decompression, calculating hashes and checksums, IPv6 and X.509 parsing, and much more.