-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General maintenance, changing preferred oracle driver
1. Changing from unmaintained ora.v4 driver to goracle.v2 driver for Oracle Database support 2. Documentation cleanup 3. Updates to travis configuration 4. Changes/fixes to unit tests
- Loading branch information
Kenneth Shaw
committed
Aug 14, 2019
1 parent
98997a0
commit 13f573b
Showing
6 changed files
with
233 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
language: go | ||
go: | ||
- 1.10.x | ||
- 1.11.x | ||
- 1.12.x | ||
- tip | ||
before_install: | ||
- go get github.com/mattn/goveralls | ||
services: | ||
- mysql | ||
- postgresql | ||
script: | ||
- go test -v -coverprofile=coverage.out | ||
- goveralls -service=travis-ci -coverprofile=coverage.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.