Added .travis.yml.

This commit is contained in:
Zach Klippenstein 2015-04-11 17:19:22 -07:00
parent 5492caa668
commit f55ab62f4c
2 changed files with 6 additions and 1 deletions

4
.travis.yml Normal file
View file

@ -0,0 +1,4 @@
language: go
go:
- tip

View file

@ -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).
A Golang library for interacting with the Android Debug Bridge (adb).