mirror of
https://github.com/octoleo/restic.git
synced 2024-11-14 09:14:07 +00:00
14 lines
182 B
YAML
14 lines
182 B
YAML
language: go
|
|
go:
|
|
- 1.x
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- tip
|
|
script:
|
|
- script/setup/dev-tools
|
|
- script/validate/vendor
|
|
- go build -i .
|
|
- make check
|
|
- go build
|
|
- go test -v ./...
|