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).