summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar fab <fabrice.leal.ch@gmail.com>2018-11-17 22:40:03 +0000
committerGravatar fab <fabrice.leal.ch@gmail.com>2018-11-17 22:40:03 +0000
commit6ad2fd84552652fe7197a90b8a17311eedafae1b (patch)
treef4958db89a15818b55e7be98fa4a211917bee91d /.travis.yml
parent6caadfc4b175f4703cff9776939478ccdf8abc2d (diff)
fix package name for brew
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a36dc7ff..3ad83cbf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ before_install:
- if command -v brew &>/dev/null; then brew update; fi
- if command -v brew &>/dev/null; then brew uninstall libtool; fi
- if command -v brew &>/dev/null; then brew install libtool; fi
- - if command -v brew &>/dev/null; then brew install openssl mlton libicu-dev; fi
+ - if command -v brew &>/dev/null; then brew install openssl mlton icu4c; fi
- if command -v brew &>/dev/null; then export CONFIGURE_ARGS="--with-openssl=/usr/local/opt/openssl"; fi
script: ./autogen.sh && ./configure $CONFIGURE_ARGS && make && make test