From 82a2759dc8465e2227a11f43d219c1c950112054 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Fri, 27 May 2016 15:26:51 +0200 Subject: [PATCH] Update Go version .travis.yml Currently, the travis build doesn't work because the dependencies require Go1.5. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf0716a..d83f31a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ sudo: false language: go go: - - 1.4 + - 1.5.4 + - 1.6.2 script: - go test -short ./...