mirror of
https://github.com/octoleo/restic.git
synced 2024-11-06 05:17:50 +00:00
61cb1cc6f8
This includes github.com/kurin/blazer 0.2.0, which resolves #1291
12 lines
151 B
YAML
12 lines
151 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
before_script: go run internal/bin/cleanup/cleanup.go
|
|
script: go test -v ./base ./b2 ./x/...
|