From 79996f7fcf1ffa74f081643a13f50c37fab43968 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Tue, 15 Sep 2015 18:01:43 -0400 Subject: [PATCH] Update travis to use more versions of go --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc43afd6..60030e9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: go go: - - 1.3 + - 1.3.3 - 1.4.2 + - 1.5.1 - tip script: - go test ./...