From a3ae19e62f96a317117622fa4f0058c7731627f2 Mon Sep 17 00:00:00 2001 From: "Santiago M. Mola" Date: Fri, 20 Apr 2018 13:41:02 +0200 Subject: [PATCH] ci: test Go 1.9.x, 1.10.x and tip More info: https://github.com/src-d/guide/blob/master/engineering/conventions-go.md Signed-off-by: Santiago M. Mola --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 494ceb4..dc03636 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go go: - - 1.8 - - 1.9 + - 1.9.x + - 1.10.x - tip matrix: