Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Fix OSX build on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Blum Silveira committed May 27, 2016
1 parent cfd58f1 commit 9963359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addons:
- libunwind8
- zlib1g
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; fi
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; brew install openssl; brew link --force openssl; fi
mono:
- 4.0.5
os:
Expand Down

0 comments on commit 9963359

Please sign in to comment.