mirror of
https://github.com/spf13/viper
synced 2024-11-16 18:07:02 +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
|