From 92bbb1ce51b9d7dc10debfd354d84fc8c2b287f5 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Fri, 1 Jan 2016 15:31:44 -0800 Subject: [PATCH] bump minimum tested version to go 1.4 Adding the new BasicAuthTransport raises the minimum required version of go to 1.4. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89852ea..abf4a8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.1 - - 1.2 + - 1.4 + - 1.5 - tip install: go get -v ./github script: go test -v ./github