mirror of
https://github.com/Luzifer/rconfig.git
synced 2025-01-02 01:21:19 +00:00
Added travis.yml
This commit is contained in:
parent
541280b9bb
commit
53c32370a9
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.4
|
||||||
|
- 1.5
|
||||||
|
- tip
|
||||||
|
|
||||||
|
script: go test -v -race -cover ./...
|
Loading…
Reference in a new issue