1
0
mirror of https://github.com/eventials/goevents.git synced 2025-05-11 19:29:17 +08:00
eventials.goevents/.travis.yml
2017-03-09 22:55:05 -03:00

23 lines
362 B
YAML

language: go
go:
- 1.6
- 1.7
- 1.8
- tip
install:
- go get github.com/streadway/amqp
- go get github.com/stretchr/testify
- go get github.com/Sirupsen/logrus
services:
- rabbitmq
addons:
hosts:
- broker
script: go test -v ./...
notifications:
email:
recipients:
- devs@eventials.com
on_success: never
on_failure: always