mirror of https://github.com/mattn/go-sqlite3.git
update sqlite lib version in brew.
This commit is contained in:
parent
46f1b0c3d0
commit
8051c6c1a6
|
@ -82,8 +82,9 @@ matrix:
|
|||
|
||||
before_install:
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
brew update
|
||||
brew install sqlite
|
||||
brew upgrade icu4c
|
||||
fi
|
||||
- |
|
||||
|
|
Loading…
Reference in New Issue