1
0
mirror of https://github.com/restic/restic.git synced 2024-07-08 09:40:53 +02:00
restic/vendor/github.com/go-ini/ini/.travis.yml
2017-10-22 10:07:36 +02:00

14 lines
202 B
YAML

sudo: false
language: go
go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/smartystreets/goconvey
- go test -v -cover -race