1
0
mirror of https://github.com/eventials/goevents.git synced 2025-04-24 13:48:53 +08:00
eventials.goevents/.travis.yml

18 lines
252 B
YAML

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