From d3bd5921f5272f84fb0ce5208a2c153594dbd20f Mon Sep 17 00:00:00 2001 From: jelhan Date: Tue, 20 Jan 2015 00:58:34 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a42caa4..cbf40c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ croodle ======= +[![Build Status](https://travis-ci.org/jelhan/croodle?branch=master&style=flat)](https://travis-ci.org/jelhan/croodle) + Croodle is a web application to schedule a date or to do a poll on a general topics. Stored content data like title and description, number and labels of options and available answers and names of users and there selections is encrypted/decrypted in the browser using 256 bits AES. This is an alpha version. Changes could brake backward compatibility. Also it is not well tested and some features are missing. It is not ment for productive use yet. From ec39eec4748680a7b0953b0d6fe109ecdd88d826 Mon Sep 17 00:00:00 2001 From: jelhan Date: Tue, 20 Jan 2015 01:03:24 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbf40c4..8b5d81d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ croodle ======= -[![Build Status](https://travis-ci.org/jelhan/croodle?branch=master&style=flat)](https://travis-ci.org/jelhan/croodle) +[![Build Status](https://travis-ci.org/jelhan/croodle.svg?branch=master)](https://travis-ci.org/jelhan/croodle) Croodle is a web application to schedule a date or to do a poll on a general topics. Stored content data like title and description, number and labels of options and available answers and names of users and there selections is encrypted/decrypted in the browser using 256 bits AES.