Skip to content

Commit cee8a78

Browse files
committed
add 1.6 to travis
1 parent 4bb07b8 commit cee8a78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go:
55
- 1.3
66
- 1.4
77
- 1.5
8-
- release
8+
- 1.6
99
- tip
1010

1111
script: go test -race

statement_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
// +build go1.6
2+
13
package sqlmock
24

35
import (
46
"errors"
57
"testing"
68
)
79

8-
// +build go1.6
9-
1010
func TestExpectedPreparedStatemtCloseError(t *testing.T) {
1111
conn, mock, err := New()
1212
if err != nil {

0 commit comments

Comments
 (0)