From: bep Date: Sun, 24 May 2015 16:46:32 +0000 (+0200) Subject: Add Go 1.4.2 to Travis config X-Git-Tag: v0.14~11 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bef34597;p=brevno-suite%2Fhugo 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. --- diff --git a/.travis.yml b/.travis.yml index 56ef27d3..804ce39f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go go: - 1.3 + - 1.4.2 - tip script: - go test ./...