Update .travis.yml

This commit is contained in:
BrennanConroy 2016-08-02 13:05:14 -07:00 committed by GitHub
parent b56cab6414
commit f7e95751d8
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ addons:
- libunwind8
- zlib1g
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; brew install openssl; brew link --force openssl; fi
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
mono:
- 4.0.5
os:
@ -27,4 +27,4 @@ branches:
script:
- ./build.sh --quiet verify
env:
- KOREBUILD_TEST_SKIPMONO=1
- KOREBUILD_TEST_SKIPMONO=1