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

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