From 354cd19bcfbcfa4b13e742fc3584f328ffcc762b Mon Sep 17 00:00:00 2001 From: Naitik Shah Date: Mon, 15 Jun 2015 20:28:04 +0000 Subject: [PATCH] requrie go 1.4 for TestMain support --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d29694f..76da686 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.3 + - 1.4 matrix: fast_finish: true