summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar fab <fabrice.leal.ch@gmail.com>2018-12-17 21:41:10 +0000
committerGravatar fab <fabrice.leal.ch@gmail.com>2018-12-17 21:41:10 +0000
commit3f70998a08b5169b3846537a8b6114465fca2b1a (patch)
tree27b6d74206b1aa8e07eb95389e969bedaad52fcc /.travis.yml
parentd036b4badacc7e683fa5e3ba79570bc560c47aa6 (diff)
test2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index eaeefd7e..2c798801 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,9 +21,7 @@ before_install:
- 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 icu4c; fi
- - if command -v brew &>/dev/null; then brew ls --verbose icu4c; fi
- - if command -v brew &>/dev/null; then brew --prefix icu4c; fi
- - if command -v brew &>/dev/null; then brew unlink icu4c && brew link icu4c; fi
+ - if command -v brew &>/dev/null; then export ICU_INCLUDES=`brew --prefix icu4c`/include; fi
- if command -v brew &>/dev/null; then export CONFIGURE_ARGS="--with-openssl=/usr/local/opt/openssl"; fi