mirror of
https://github.com/spf13/viper
synced 2025-05-04 19:27:22 +00:00
19 lines
181 B
YAML
19 lines
181 B
YAML
language: go
|
|
go:
|
|
- 1.5.4
|
|
- 1.6.3
|
|
- 1.7
|
|
- tip
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
fast_finish: true
|
|
|
|
script:
|
|
- go test -v ./...
|
|
sudo: false
|