We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f607681 commit 120d154Copy full SHA for 120d154
.travis.yml
@@ -43,6 +43,8 @@ install:
43
- git clone https://github.com/openresty/nginx-devel-utils.git
44
- git clone https://github.com/openresty/lua-cjson.git
45
- git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module
46
+ - git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
47
+ - git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
48
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
49
50
before_script:
0 commit comments