From 3a88af2866a599063c0e94cb141013c9ffd69032 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 14 Aug 2015 10:15:26 -0400 Subject: [PATCH] travis: adding older and newer golang --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ee1645d..783781b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: go go: + - tip - 1.4.2 - 1.3.3 + - 1.2.2 # let us have pretty, fast Docker-based Travis workers! sudo: false