forked from mirrors/statsd_exporter
7f7d5171c3
Signed-off-by: Matthias Rampke <matthias@prometheus.io>
8 lines
110 B
YAML
8 lines
110 B
YAML
language: go
|
|
go:
|
|
- "1.x"
|
|
- master
|
|
env:
|
|
- TAGS=""
|
|
- TAGS="-tags purego"
|
|
script: go test $TAGS -v ./...
|