spf13--cobra/cobra/vendor/github.com/spf13/cast/.travis.yml
Zev Goldstein 804f636069 dep init
2017-08-29 19:58:06 -04:00

14 lines
155 B
YAML

language: go
sudo: required
go:
- 1.7.5
- 1.8
- tip
os:
- linux
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- make check