summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar fab <fabrice.leal.ch@gmail.com>2018-12-17 22:05:18 +0000
committerGravatar fab <fabrice.leal.ch@gmail.com>2018-12-17 22:05:18 +0000
commitea79cb9fc1cfbb1418a8c4139200ba4b21dc2318 (patch)
tree1750cc733527a40da85ddd27e58e6afbc16d34fb /.travis.yml
parente45f51c67dcba21af1036468b84bf6fd634835e9 (diff)
test 4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b5a213c5..1becfb0f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: c
os:
- osx
+ - linux
compiler:
- gcc
@@ -21,7 +22,9 @@ 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 ICU_INCLUDES=-I"`brew --prefix icu4c`/include"; fi
+ - if command -v brew &>/dev/null; then export ICU_LIBS=-L"`brew --prefix icu4c`/lib"; fi
- if command -v brew &>/dev/null; then export CONFIGURE_ARGS="--with-openssl=/usr/local/opt/openssl"; fi