2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-30 02:28:33 +00:00

12 lines
151 B
YAML
Raw Normal View History

2017-07-23 14:24:45 +02:00
language: go
go:
- tip
branches:
only:
- master
before_script: go run internal/bin/cleanup/cleanup.go
script: go test -v ./base ./b2 ./x/...