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
Raw Normal View History

2016-12-01 15:14:33 -02:00
language: go
go:
- "1.11"
- "1.12"
2018-05-03 16:22:52 -03:00
- "tip"
2016-12-01 15:14:33 -02:00
services:
- rabbitmq
addons:
hosts:
- broker
script: travis_retry go test -v ./...
2016-12-01 15:14:33 -02:00
notifications:
email:
recipients:
- devs@eventials.com
on_success: never
on_failure: always