From 698b6331b9d05b41c1925571fea4ee1409c88aee Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 20 Mar 2018 20:51:28 +0100 Subject: [PATCH] Travis: Test all the versions that we support At the moment, `build.go` is configured to check that Go >= 1.7 is used, so let's test that on Travis. --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 49c0935..32e2275 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,10 @@ sudo: false language: go go: - - 1.9.x - - 1.10.x + - "1.7.x" + - "1.8.x" + - "1.9.x" + - "1.10.x" - master matrix: