diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..70e012b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: go + +go: + - 1.0 + - 1.1 + - tip diff --git a/README.md b/README.md index 01beeda..4dae9d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Package uniuri ===================== +[![Build Status](https://travis-ci.org/dchest/uniuri.png)](https://travis-ci.org/dchest/uniuri) + ```go import "github.com/dchest/uniuri" ```