language: go go: - "1.11" - "1.12" - "tip" services: - rabbitmq addons: hosts: - broker script: travis_retry go test -v ./... notifications: email: recipients: - devs@eventials.com on_success: never on_failure: always