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

fix travis tests

This commit is contained in:
skrater 2018-05-03 16:22:52 -03:00
parent 26439cfd49
commit c3fc5bfc9b

View File

@ -1,8 +1,8 @@
language: go language: go
go: go:
- 1.9 - "1.9"
- 1.10 - "1.10"
- 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