From c3fc5bfc9bc19739a4956baee9d9721c3b4e64b6 Mon Sep 17 00:00:00 2001 From: skrater Date: Thu, 3 May 2018 16:22:52 -0300 Subject: [PATCH] fix travis tests --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fbc7ecb..9094e1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go go: - - 1.9 - - 1.10 - - tip + - "1.9" + - "1.10" + - "tip" install: - go get github.com/streadway/amqp - go get github.com/stretchr/testify