Adding travis status icon

This commit is contained in:
Samuel Carlsson 2016-03-02 21:55:05 +01:00
parent 162fc467ac
commit 419d54644f

View File

@ -7,6 +7,8 @@ The Android SDK Tools is available for the major platforms (Mac, Windows & Linux
This projects aims at providing an up to date implementation of the ADB protocol. This projects aims at providing an up to date implementation of the ADB protocol.
[![Build Status](https://travis-ci.org/vidstige/jadb.svg?branch=master)](https://travis-ci.org/vidstige/jadb)
## Example ## ## Example ##
Usage cannot be simpler. Just create a `JadbConnection` and off you go. Usage cannot be simpler. Just create a `JadbConnection` and off you go.