1
0
mirror of https://github.com/eventials/goevents.git synced 2025-05-12 19:29:31 +08:00
eventials.goevents/.travis.yml
Alexandre Vicenzi 78809de308 Add go 1.7.
2016-12-01 15:27:06 -02:00

21 lines
316 B
YAML

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