Fixed travis badge to always point to master.

This commit is contained in:
Zach Klippenstein 2015-12-28 01:26:11 -08:00
parent 64750956ff
commit eabeb3aa77

View file

@ -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).