sudo: required dist: xenial language: go go: - tip - "1.12" env: - GO111MODULE=on 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