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 {