Skip to content

Commit

Permalink
Fix OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Jun 11, 2016
1 parent 1da4a1d commit 4d68661
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ addons:
- libssl-dev
- libunwind8
- zlib1g
before_install:
- 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:
- linux
- osx
osx_image: xcode7.1
script:
- ./build.sh verify
- ./build.sh --quiet verify
env:
- KOREBUILD_TEST_SKIPMONO=1

0 comments on commit 4d68661

Please sign in to comment.