From 082b515c9490f4eccc758469c3152b77d139f868 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Wed, 24 Oct 2018 17:20:40 -0400 Subject: Travis: test on 1.9 as well (#191) Lets see if this still works (1.7 and 1.8 don't work with golint anymore) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7edc209..00d04cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ sudo: false language: go go: + - 1.9.x - 1.10.x - 1.11.x - tip -- cgit v1.2.3