From 419d54644f5adc847d851a992c5cc884b0fedbde Mon Sep 17 00:00:00 2001 From: Samuel Carlsson Date: Wed, 2 Mar 2016 21:55:05 +0100 Subject: [PATCH] Adding travis status icon --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c64c6f..b5a309f 100644 --- a/README.md +++ b/README.md @@ -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. +[![Build Status](https://travis-ci.org/vidstige/jadb.svg?branch=master)](https://travis-ci.org/vidstige/jadb) + ## Example ## Usage cannot be simpler. Just create a `JadbConnection` and off you go.