Skip to content

Commit 010b37e

Browse files
committed
fix(tests) pin lua-nginx-module and lua-resty-core
1 parent d023edc commit 010b37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ install:
5050
- git clone https://github.com/openresty/openresty.git ./openresty
5151
- git clone https://github.com/openresty/nginx-devel-utils.git
5252
- git clone https://github.com/simpl/ngx_devel_kit.git ./ndk-nginx-module
53-
- git clone https://github.com/openresty/lua-nginx-module.git ./lua-nginx-module
53+
- git clone https://github.com/openresty/lua-nginx-module.git ./lua-nginx-module -b v0.10.17
5454
- git clone https://github.com/openresty/no-pool-nginx.git ./no-pool-nginx
55-
- git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
55+
- git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core -b v0.1.19
5656
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
5757
- git clone https://github.com/jkeys089/lua-resty-hmac ../lua-resty-hmac && pushd ../lua-resty-hmac && git checkout 79a4929 && popd
5858
- git clone https://github.com/openresty/lua-resty-string ../lua-resty-string

0 commit comments

Comments
 (0)