From d612d532be7f660735bcd884af8b685024cacde1 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sun, 12 Nov 2017 18:16:07 -0500 Subject: [PATCH] Added Travis Badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18ca08a..49a4e07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Diceware +Current build/test status in Travis CI: [![Build Status](https://travis-ci.org/dmuth/diceware.svg?branch=master)](https://travis-ci.org/dmuth/diceware) + First, feel free to check out the live demo, running at [https://www.dmuth.org/diceware/](https://www.dmuth.org/diceware/) Weak passwords are a big flaw in computer security due to a lack of "entropy" or randomness. For example, how many times have you used the name of a pet or relative or street in a password, or perhaps the number "1". Not very random, is it? :-) Worse still, if passwords are reused between services, that increases your security risk.