Update .travis.yml
This commit is contained in:
parent
4e0cbc1bbb
commit
0d15c62754
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue