From 37e6d87770445aa095dc520377852f5bf73302e5 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 7 Nov 2015 12:58:07 +0100 Subject: [PATCH] Add Travis build status to README. --- README => README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename README => README.md (75%) diff --git a/README b/README.md similarity index 75% rename from README rename to README.md index c8816df..8a6606e 100644 --- a/README +++ b/README.md @@ -1,4 +1,3 @@ - About zzuf: zzuf is a transparent application input fuzzer. It works by intercepting @@ -8,3 +7,5 @@ behaviour is deterministic, making it easy to reproduce bugs. For instructions and examples on how to use zzuf, see the manual page and the website at . +[![Build Status](https://travis-ci.org/samhocevar/zzuf.svg?branch=master)](https://travis-ci.org/samhocevar/zzuf) +