Skip to content

Commit e92f9e6

Browse files
committed
travis: clone the lua-resty-core and lua-resty-lrucache repositories.
Those are required with recent versions of ngx_lua.
1 parent b6a7aeb commit e92f9e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ install:
4949
- git clone https://github.com/openresty/test-nginx.git
5050
- git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git
5151
- git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module
52+
- git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
53+
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
5254
- git clone https://github.com/openresty/nginx-eval-module.git ../eval-nginx-module
5355
- git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module
5456
- git clone https://github.com/openresty/set-misc-nginx-module.git ../set-misc-nginx-module

0 commit comments

Comments
 (0)