mirror of
https://github.com/spf13/viper
synced 2024-11-05 04:37:02 +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
|