From 30655ceca7f002cd1e195fe1692727d2991502cc Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Mon, 26 Feb 2018 09:56:08 -0700 Subject: [PATCH] Update Go versions in travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1cd1ae9e..60048803 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go go: -- 1.7.x -- 1.8.5 -- 1.9.2 +- 1.8.x +- 1.9.x +- 1.10.x install: - go get github.com/nats-io/go-nats - go get github.com/mattn/goveralls