Skip to content

Commit 120d154

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

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/no-pool-nginx.git ../no-pool-nginx
4749

4850
before_script:

0 commit comments

Comments
 (0)