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

Golang 1.8 and Logrus added to travis file

This commit is contained in:
Germano Fronza 2017-03-09 22:55:05 -03:00
parent 52625ef13c
commit 2207dec72e

View File

@ -2,10 +2,12 @@ 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: