Fix: OSX icu module

This commit is contained in:
Gert-Jan Timmer
2018-05-25 11:41:14 +02:00
parent 59885cf9d4
commit 5abd024785
2 changed files with 3 additions and 1 deletions

View File

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