mirror of
https://github.com/spf13/viper
synced 2024-11-04 20:27:02 +00:00
10 lines
83 B
YAML
10 lines
83 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.2
|
||
|
- 1.3
|
||
|
- release
|
||
|
- tip
|
||
|
|
||
|
script:
|
||
|
- go test -v ./...
|