mirror of
https://github.com/spf13/viper
synced 2025-05-06 04:07:17 +00:00
14 lines
138 B
YAML
14 lines
138 B
YAML
language: go
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.4
|
|
- 1.6.1
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
script:
|
|
- go test -v ./...
|
|
sudo: false
|