From c8de86894f9a842239e78210754faa92378eab0a Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Sun, 21 Feb 2016 00:47:04 +0000 Subject: [PATCH] Add Travis CI button to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5a2ae307d3..612f1399ff 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ missed-message emails, desktop apps, and much more. Further information on the Zulip project and its features can be found at https://www.zulip.org. +[![Build Status][1]][2] + +[1]: https://travis-ci.org/zulip/zulip.svg?branch=master +[2]: https://travis-ci.org/zulip/zulip + Installing the Zulip Development environment ============================================