Merge pull request #631 from mattn/fix-build

Fix build
This commit is contained in:
mattn 2018-09-11 11:41:34 +09:00 committed by GitHub
commit 1a378fb5bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
brew upgrade icu4c
fi
- |
go get github.com/smartystreets/goconvey

View File

@ -243,7 +243,7 @@ const (
SQLITE_FUNCTION = C.SQLITE_FUNCTION
SQLITE_SAVEPOINT = C.SQLITE_SAVEPOINT
SQLITE_COPY = C.SQLITE_COPY
SQLITE_RECURSIVE = C.SQLITE_RECURSIVE
/*SQLITE_RECURSIVE = C.SQLITE_RECURSIVE*/
)
// SQLiteDriver implements driver.Driver.