Skip to content

Commit 4525f3a

Browse files
committed
Add: icu4c to OSX
Required for building SQLite module `icu`
1 parent 7fe42b0 commit 4525f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ before_install:
456456
- |
457457
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
458458
brew update
459+
brew install icu4c
459460
fi
460461
- |
461462
if [[ "${GOOS}" != "windows" ]]; then

0 commit comments

Comments
 (0)