Commit 78d99b981c4c3d4304795fd04ac240507acf9774

Authored by Jarryd Beck
1 parent 2b8788f3

install icu on osx

Showing 1 changed file with 4 additions and 0 deletions
.travis.yml
... ... @@ -44,3 +44,7 @@ script: >
44 44 cmake -DCXXOPTS_BUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER
45 45 -DCMAKE_CXX_FLAGS=$CXXFLAGS $UNICODE_OPTIONS .
46 46 && make && make ARGS=--output-on-failure test
  47 +
  48 +before_install:
  49 + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
  50 + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install icu4c; fi
... ...