Skip to content

Commit

Permalink
Merge pull request #1 from jcchavezs/adds_exec_and_query_tests
Browse files Browse the repository at this point in the history
test: adds exec and query test with sqlite3.
  • Loading branch information
jcchavezs authored Nov 15, 2018
2 parents c5b695b + 24b349c commit 0726e98
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
Expand All @@ -13,3 +12,4 @@ before_script:
script:
- go vet ./...
- golint ./..
- go test ./...
Loading

0 comments on commit 0726e98

Please sign in to comment.