mirror of
https://github.com/zhashkevych/go-sqlxmock.git
synced 2024-11-24 08:12:13 +02:00
add 1.6 to travis
This commit is contained in:
parent
4bb07b88b3
commit
cee8a78569
@ -5,7 +5,7 @@ go:
|
||||
- 1.3
|
||||
- 1.4
|
||||
- 1.5
|
||||
- release
|
||||
- 1.6
|
||||
- tip
|
||||
|
||||
script: go test -race
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user