Add: icu4c to OSX

Required for building SQLite module `icu`
This commit is contained in:
Gert-Jan Timmer 2018-05-24 15:06:10 +02:00
parent 7fe42b0c27
commit 4525f3a65f
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@ before_install:
- | - |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update brew update
brew install icu4c
fi fi
- | - |
if [[ "${GOOS}" != "windows" ]]; then if [[ "${GOOS}" != "windows" ]]; then