From bef34597f475762737ea506197c6f249457c18a6 Mon Sep 17 00:00:00 2001 From: bep Date: Sun, 24 May 2015 18:46:32 +0200 Subject: [PATCH] Add Go 1.4.2 to Travis config Go tip is at 1.5 now; make sure we also test with the latest release version. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 56ef27d36..804ce39fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go go: - 1.3 + - 1.4.2 - tip script: - go test ./...