2019-04-13 07:44:06 +00:00
|
|
|
sudo: required
|
|
|
|
dist: xenial
|
|
|
|
|
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
|
|
|
- tip
|
2019-11-06 13:15:06 +00:00
|
|
|
- "1.12"
|
|
|
|
|
|
|
|
env:
|
|
|
|
- GO111MODULE=on
|
2019-04-13 07:44:06 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
- rabbitmq
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- ./bin/ci/install_on_debian.sh
|
|
|
|
- ./bin/ci/before_build.sh
|
|
|
|
|
|
|
|
script: make
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- go: tip
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- michael@rabbitmq.com
|