Fix OSX build on Travis.

This commit is contained in:
Cesar Blum Silveira 2016-05-27 11:51:45 -07:00
parent ed687d08b6
commit 2578110c23
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; fi
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install nginx; brew install openssl; brew link --force openssl; fi
install:
- curl -sSL http://nginx.org/download/nginx-1.8.0.tar.gz | tar zxfv - -C /tmp && cd /tmp/nginx-1.8.0/
- ./configure --prefix=$HOME/nginxinstall --with-http_ssl_module