2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-26 00:28:26 +00:00
2018-03-30 11:48:16 +02:00

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 ./...