From 2207dec72eec19bcc81d2f17df106ff4d7240245 Mon Sep 17 00:00:00 2001 From: Germano Fronza Date: Thu, 9 Mar 2017 22:55:05 -0300 Subject: [PATCH] Golang 1.8 and Logrus added to travis file --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bffd023..57e4cbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: