From 0d3026b97d40e757680757eac694cde523ebfed6 Mon Sep 17 00:00:00 2001 From: Hamilton Turner Date: Sun, 24 Jan 2016 15:09:32 -0500 Subject: [PATCH] Add Travis-CI badge to Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 82e72e36..e6a0241f 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,7 @@ Album Page with track overview: ## License This is free software under the GPL v3 open source license. Feel free to do with it what you wish, but any modification must be open sourced. A copy of the license is included. + +Master Branch: [![Build Status](https://travis-ci.org/rembo10/headphones.svg?branch=master)](https://travis-ci.org/rembo10/headphones) + +Develop Branch: [![Build Status](https://travis-ci.org/rembo10/headphones.svg?branch=develop)](https://travis-ci.org/rembo10/headphones)