Skip to content

Commit b9f1afe

Browse files
committed
update .travis.yml: add-module: stream-lua-nginx-module
1 parent 929f64e commit b9f1afe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ install:
4242
- git clone https://github.com/openresty/nginx-devel-utils.git
4343
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
4444
- git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module
45+
- git clone -b balancer https://github.com/doujiang24/stream-lua-nginx-module.git ../stream-lua-nginx-module
4546
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
4647
- git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module
4748
- git clone https://github.com/openresty/lua-resty-lrucache.git
@@ -68,7 +69,7 @@ script:
6869
- export LD_LIBRARY_PATH=$PWD/mockeagain:$LD_LIBRARY_PATH
6970
- export TEST_NGINX_RESOLVER=8.8.4.4
7071
- export NGX_BUILD_CC=$CC
71-
- ngx-build $NGINX_VERSION --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-cc-opt="-I$OPENSSL_INC" --with-ld-opt="-L$OPENSSL_LIB -Wl,-rpath,$OPENSSL_LIB" --add-module=../ndk-nginx-module --add-module=../echo-nginx-module --add-module=../headers-more-nginx-module --add-module=../lua-nginx-module --with-debug > build.log 2>&1 || (cat build.log && exit 1)
72+
- ngx-build $NGINX_VERSION --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-cc-opt="-I$OPENSSL_INC" --with-ld-opt="-L$OPENSSL_LIB -Wl,-rpath,$OPENSSL_LIB" --add-module=../ndk-nginx-module --add-module=../echo-nginx-module --add-module=../headers-more-nginx-module --add-module=../lua-nginx-module --add-module=../stream-lua-nginx-module --with-stream --with-stream_ssl_module --with-debug > build.log 2>&1 || (cat build.log && exit 1)
7273
- nginx -V
7374
- ldd `which nginx`|grep -E 'luajit|ssl|pcre'
7475
- prove -r t

0 commit comments

Comments
 (0)