2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 09:30:50 +00:00
restic/vendor/github.com/kurin/blazer/.travis.yml
2017-10-21 10:30:39 +02:00

14 lines
187 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/...
- go vet -v ./base ./b2 ./x/...