From e541e873a902f03c4b6a8b6fbe80db13a7890ae5 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Tue, 17 Apr 2018 14:20:42 -0500 Subject: [PATCH] Use wildcards for Go versions in Travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6873d50..98238991 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,9 @@ go: # - 1.5 # - 1.6 # - 1.7 - - 1.8 - - 1.9 - - "1.10" + - 1.8.x + - 1.9.x + - 1.10.x - tip install: