Update .travis.yml
This commit is contained in:
parent
4e0cbc1bbb
commit
0d15c62754
|
|
@ -6,7 +6,7 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- libunwind8
|
- libunwind8
|
||||||
before_install:
|
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:
|
install:
|
||||||
- export PATH="$PATH:$HOME/nginxinstall/sbin/"
|
- export PATH="$PATH:$HOME/nginxinstall/sbin/"
|
||||||
mono:
|
mono:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue