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