Add .travis.yml and Travis-CI badge to README.

This commit is contained in:
Dmitry Chestnykh 2013-12-12 18:04:03 +01:00
parent 6004a1368e
commit aa75fb5575
2 changed files with 8 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: go
go:
- 1.0
- 1.1
- tip

View File

@ -1,6 +1,8 @@
Package uniuri Package uniuri
===================== =====================
[![Build Status](https://travis-ci.org/dchest/uniuri.png)](https://travis-ci.org/dchest/uniuri)
```go ```go
import "github.com/dchest/uniuri" import "github.com/dchest/uniuri"
``` ```