Commit 78d99b981c4c3d4304795fd04ac240507acf9774
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,3 +44,7 @@ script: > | ||
| 44 | cmake -DCXXOPTS_BUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER | 44 | cmake -DCXXOPTS_BUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER |
| 45 | -DCMAKE_CXX_FLAGS=$CXXFLAGS $UNICODE_OPTIONS . | 45 | -DCMAKE_CXX_FLAGS=$CXXFLAGS $UNICODE_OPTIONS . |
| 46 | && make && make ARGS=--output-on-failure test | 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 |