Skip to content

Commit 0726e98

Browse files
authored
Merge pull request #1 from jcchavezs/adds_exec_and_query_tests
test: adds exec and query test with sqlite3.
2 parents c5b695b + 24b349c commit 0726e98

4 files changed

Lines changed: 441 additions & 82 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.8.x
54
- 1.9.x
65
- 1.10.x
76
- 1.11.x
@@ -13,3 +12,4 @@ before_script:
1312
script:
1413
- go vet ./...
1514
- golint ./..
15+
- go test ./...

0 commit comments

Comments
 (0)