Added .travis.yml.
This commit is contained in:
parent
5492caa668
commit
f55ab62f4c
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- tip
|
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue