mirror of
https://github.com/octoleo/restic.git
synced 2024-11-14 09:14:07 +00:00
15 lines
213 B
YAML
15 lines
213 B
YAML
sudo: false
|
|
language: go
|
|
go:
|
|
- 1.4.x
|
|
- 1.5.x
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- master
|
|
|
|
script:
|
|
- go get golang.org/x/tools/cmd/cover
|
|
- go get github.com/smartystreets/goconvey
|
|
- go test -v -cover -race
|