From 245403c324d6ea47167227ee70aaef1c4c87ff43 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 13 Mar 2017 18:33:27 -0400 Subject: [PATCH] travis: test more go versions Thanks to @tianon, for pointing to https://github.com/travis-ci/travis-build/blob/5e3ef60b0d43b8ef56fb6fa77ba3269fbf945fa6/lib/travis/build/config.rb#L54-L70 Signed-off-by: Vincent Batts --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2d9a842..dcce57a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ language: go go: - tip - - 1.6.2 - - 1.5.4 + - 1.x + - 1.8.x + - 1.7.x + - 1.6.x + - 1.5.x # let us have pretty, fast Docker-based Travis workers! sudo: false