update sqlite lib version in brew.

This commit is contained in:
Yoann Cerda 2018-06-09 10:56:54 +08:00
parent 46f1b0c3d0
commit 8051c6c1a6
No known key found for this signature in database
GPG Key ID: 394C03551B90AF9B
1 changed files with 2 additions and 1 deletions

View File

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