summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar fab <fabrice.leal.ch@gmail.com>2018-12-17 21:06:08 +0000
committerGravatar fab <fabrice.leal.ch@gmail.com>2018-12-17 21:06:08 +0000
commitffab923e07b7fa66c28490c8791ec538b0f34fa2 (patch)
tree0b76923175302e15bf92eee05d774037ff6887c5 /.travis.yml
parentdb41db44f8693d6d1b740eb0b55ef84a4245b576 (diff)
osx troubleshooting
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ad83cbf..fa800b3c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,8 @@ 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 export CONFIGURE_ARGS="--with-openssl=/usr/local/opt/openssl"; fi
+
script: ./autogen.sh && ./configure $CONFIGURE_ARGS && make && make test