Skip to content

Commit d22e891

Browse files
committed
travis: added steps to clone lua-resty-core and lua-resty-lrucache which are required by ngx_lua.
1 parent f3ecba8 commit d22e891

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
@@ -43,6 +43,8 @@ install:
4343
- git clone https://github.com/openresty/nginx-devel-utils.git
4444
- git clone https://github.com/openresty/lua-cjson.git
4545
- 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
4648
- git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module
4749
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
4850
- git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git

0 commit comments

Comments
 (0)