summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-18 14:47:57 -0700
committerCorey Hulen <corey@hulen.com>2015-09-18 14:47:57 -0700
commit676f2a63999e51a03f2f57209ce4c9f106683da4 (patch)
tree3d234addc9bc4944fa0114de92ae5d821284f1c4
parentb02b93a0602cb8a49f4b1b182db2e2274ee6b858 (diff)
parentd1241967e8f8c31ce4581438325112e14f98c22c (diff)
downloadchat-676f2a63999e51a03f2f57209ce4c9f106683da4.tar.gz
chat-676f2a63999e51a03f2f57209ce4c9f106683da4.tar.bz2
chat-676f2a63999e51a03f2f57209ce4c9f106683da4.zip
Merge pull request #718 from mattermost/it33-patch-3
Adding build status indicator to README.md
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8cbddc1c6..d6b721dd1 100644
--- a/README.md
+++ b/README.md
@@ -48,8 +48,10 @@ There are multiple ways to install Mattermost depending on your needs.
#### Development Install
-- [Developer Machine Setup](doc/install/dev-setup.md) - Setup your local machine development environment using Docker on Mac OSX or Ubuntu.
-
+- [Developer Machine Setup](doc/install/dev-setup.md) - Setup your local machine development environment using Docker on Mac OSX or Ubuntu. Pull the latest stable release or pull the latest code from our development build.
+
+[![Build Status](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform)
+
#### Production Deployment (for Beta2 and later)
Prior to production installation, please review [Mattermost system requirements](doc/install/requirements.md).