From aa75fb55757f6dbd5708406b247596c0daeb8265 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Thu, 12 Dec 2013 18:04:03 +0100 Subject: [PATCH] Add .travis.yml and Travis-CI badge to README. --- .travis.yml | 6 ++++++ README.md | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .travis.yml 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" ```