mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 20:54:22 -06:00
14 lines
165 B
YAML
14 lines
165 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.1
|
|
- tip
|
|
|
|
services:
|
|
- rabbitmq
|
|
|
|
env:
|
|
- AMQP_URL=amqp://guest:guest@127.0.0.1:5672/ GOMAXPROCS=2
|
|
|
|
script: go test -tags integration ./...
|