From eabeb3aa7746546e7f437768cb5782a0c2e6d821 Mon Sep 17 00:00:00 2001 From: Zach Klippenstein Date: Mon, 28 Dec 2015 01:26:11 -0800 Subject: [PATCH] Fixed travis badge to always point to master. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8180f9a..457c9cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #goadb -[![Build Status](https://travis-ci.org/zach-klippenstein/goadb.svg)](https://travis-ci.org/zach-klippenstein/goadb) +[![Build Status](https://travis-ci.org/zach-klippenstein/goadb.svg?branch=master)](https://travis-ci.org/zach-klippenstein/goadb) [![GoDoc](https://godoc.org/github.com/zach-klippenstein/goadb?status.svg)](https://godoc.org/github.com/zach-klippenstein/goadb) A Golang library for interacting with the Android Debug Bridge (adb).