2
2
mirror of https://github.com/octoleo/restic.git synced 2025-02-07 22:28:26 +00:00

14 lines
202 B
YAML
Raw Normal View History

2017-07-23 14:24:45 +02:00
sudo: false
language: go
go:
2017-09-13 14:09:48 +02:00
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
2017-10-22 10:07:36 +02:00
- 1.9.x
2017-07-23 14:24:45 +02:00
script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/smartystreets/goconvey
- go test -v -cover -race