mirror of https://github.com/restic/restic.git
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 ./...
|