From dba7a9fd255a2f3c79b3c8d85c17d73a799e846d Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Thu, 20 Apr 2017 09:50:47 +0200 Subject: [PATCH] Add Go 1.8 to the testing matrix And use the .x versions, so the latest versions of each Go release is used. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 804c569..ef00c00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: go go: - - 1.6 - - 1.7 + - 1.6.x + - 1.7.x + - 1.8.x - tip install: - go get -t ./...