mirror of
https://github.com/spf13/viper.git
synced 2024-12-31 17:14:32 -07:00
10 lines
83 B
YAML
10 lines
83 B
YAML
language: go
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- release
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|