Add .travis.yml and Travis-CI badge to README.
This commit is contained in:
parent
6004a1368e
commit
aa75fb5575
2 changed files with 8 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.0
|
||||||
|
- 1.1
|
||||||
|
- tip
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
Package uniuri
|
Package uniuri
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
[](https://travis-ci.org/dchest/uniuri)
|
||||||
|
|
||||||
```go
|
```go
|
||||||
import "github.com/dchest/uniuri"
|
import "github.com/dchest/uniuri"
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue