summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar fab <fabrice.leal.ch@gmail.com>2018-12-17 21:18:43 +0000
committerGravatar fab <fabrice.leal.ch@gmail.com>2018-12-17 21:18:43 +0000
commitd036b4badacc7e683fa5e3ba79570bc560c47aa6 (patch)
treeb2e8a3e3d338b05fc806d26d5f15651d158dfdbe /.travis.yml
parentffab923e07b7fa66c28490c8791ec538b0f34fa2 (diff)
test 1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fa800b3c..eaeefd7e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,9 @@
language: c
os:
- - linux
- osx
compiler:
- - clang
- gcc
# when https://github.com/travis-ci/apt-package-whitelist/issues/792 is closed, use the container-based infrastructure
@@ -24,6 +22,8 @@ before_install:
- 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 CONFIGURE_ARGS="--with-openssl=/usr/local/opt/openssl"; fi