s3manager-web/vendor/github.com/go-ini/ini/.travis.yml

14 lines
203 B
YAML
Raw Normal View History

2017-05-25 18:33:44 +02:00
sudo: false
language: go
go:
- 1.4.x
- 1.5.x
- 1.6.x
- 1.7.x
- master
script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/smartystreets/goconvey
- go test -v -cover -race