From 0e4c360cd8d8929c09c0a3e11df6dd1187a871c3 Mon Sep 17 00:00:00 2001 From: Giovanni Bajo Date: Sun, 18 Jan 2015 02:06:44 +0100 Subject: [PATCH] Test with go 1.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c3af3ce..da5d6ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: go go: - 1.2 - 1.3 + - 1.4 - tip install: - go get github.com/stretchr/testify