From cee8a78569ab6159ee1b20f01653bb8971d9b1ff Mon Sep 17 00:00:00 2001 From: gedi <gediminas.morkevicius@gmail.com> Date: Tue, 23 Feb 2016 11:48:45 +0200 Subject: [PATCH] add 1.6 to travis --- .travis.yml | 2 +- statement_test.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c1f13e..75882bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ go: - 1.3 - 1.4 - 1.5 - - release + - 1.6 - tip script: go test -race diff --git a/statement_test.go b/statement_test.go index 93bd4ea..1cb3583 100644 --- a/statement_test.go +++ b/statement_test.go @@ -1,3 +1,5 @@ +// +build go1.6 + package sqlmock import ( @@ -5,8 +7,6 @@ import ( "testing" ) -// +build go1.6 - func TestExpectedPreparedStatemtCloseError(t *testing.T) { conn, mock, err := New() if err != nil {