61cb1cc6f8
This includes github.com/kurin/blazer 0.2.0, which resolves #1291
11 lines
151 B
YAML
11 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/...
|