mirror of
https://github.com/eventials/goevents.git
synced 2025-04-29 13:49:26 +08:00
Golang 1.8 and Logrus added to travis file
This commit is contained in:
parent
52625ef13c
commit
2207dec72e
@ -2,10 +2,12 @@ language: go
|
|||||||
go:
|
go:
|
||||||
- 1.6
|
- 1.6
|
||||||
- 1.7
|
- 1.7
|
||||||
|
- 1.8
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
- go get github.com/streadway/amqp
|
- go get github.com/streadway/amqp
|
||||||
- go get github.com/stretchr/testify
|
- go get github.com/stretchr/testify
|
||||||
|
- go get github.com/Sirupsen/logrus
|
||||||
services:
|
services:
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
addons:
|
addons:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user