Update .travis.yml

This commit is contained in:
BrennanConroy 2016-08-02 13:13:37 -07:00 committed by GitHub
parent 4e0cbc1bbb
commit 0d15c62754
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ addons:
packages:
- libunwind8
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install nginx; brew install openssl; brew link --force openssl; else ./install-nginx.sh; fi
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install nginx; 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/; else ./install-nginx.sh; fi
install:
- export PATH="$PATH:$HOME/nginxinstall/sbin/"
mono: