Skip to content

Commit

Permalink
Merge pull request #631 from mattn/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
mattn committed Sep 11, 2018
2 parents 0eec847 + c71eddf commit 1a378fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
brew upgrade icu4c
fi
- |
go get github.com/smartystreets/goconvey
Expand Down
2 changes: 1 addition & 1 deletion sqlite3.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1a378fb

Please sign in to comment.