From bf9f86d51600f29374c09adbc84a9df7b6431c8d Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sun, 12 Mar 2017 10:42:17 +1300 Subject: [PATCH] Tie travis badge to a branch Instead of showing the most recent buid (on any branch), show the dev branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52f43ba42..7c71f0793 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Growstuff -[![Build Status](https://travis-ci.org/Growstuff/growstuff.png)](https://travis-ci.org/Growstuff/growstuff) +[![Build Status](https://travis-ci.org/Growstuff/growstuff.svg?branch=dev)](https://travis-ci.org/Growstuff/growstuff) [![Coverage Status](https://coveralls.io/repos/Growstuff/growstuff/badge.png)](https://coveralls.io/r/Growstuff/growstuff) [![Code Climate](https://codeclimate.com/github/Growstuff/growstuff/badges/gpa.svg)](https://codeclimate.com/github/Growstuff/growstuff)