update sqlite lib version in brew.

This commit is contained in:
Yoann Cerda 2018-06-09 11:17:38 +08:00
parent 8051c6c1a6
commit 474702625d
No known key found for this signature in database
GPG Key ID: 394C03551B90AF9B
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
brew install sqlite
brew upgrade sqlite
brew upgrade icu4c
fi
- |