forked from mirror/viper
Add travis ci support
This commit is contained in:
parent
5aa1437cf3
commit
90193e564a
|
@ -0,0 +1,9 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.2
|
||||
- 1.3
|
||||
- release
|
||||
- tip
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
Loading…
Reference in New Issue