mirror of
https://github.com/octoleo/restic.git
synced 2024-11-14 17:24:10 +00:00
14 lines
202 B
YAML
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
|