2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-29 15:09:01 +00:00
restic/vendor/github.com/kurin/blazer/.travis.yml

14 lines
187 B
YAML
Raw Normal View History

2017-07-23 12:24:45 +00:00
language: go
go:
- tip
branches:
only:
- master
before_script: go run internal/bin/cleanup/cleanup.go
2017-10-16 17:43:03 +00:00
script:
- go test -v ./base ./b2 ./x/...
- go vet -v ./base ./b2 ./x/...