From 7aba08b6e2842a71349cd4639ba10b4a59c292f2 Mon Sep 17 00:00:00 2001 From: Guilherme Date: Mon, 17 Jul 2017 10:20:08 -0300 Subject: [PATCH] Fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57e4cbf..cb4c5cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ go: install: - go get github.com/streadway/amqp - go get github.com/stretchr/testify - - go get github.com/Sirupsen/logrus + - go get github.com/sirupsen/logrus services: - rabbitmq addons: