From f55ab62f4c599acace43553c7c25f708b56f7ee4 Mon Sep 17 00:00:00 2001 From: Zach Klippenstein Date: Sat, 11 Apr 2015 17:19:22 -0700 Subject: [PATCH] Added .travis.yml. --- .travis.yml | 4 ++++ README.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b54e2c3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: go + +go: + - tip diff --git a/README.md b/README.md index 0041124..8df5adc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ #goadb +[![Build Status](https://travis-ci.org/zach-klippenstein/goadb.svg)](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). \ No newline at end of file +A Golang library for interacting with the Android Debug Bridge (adb).