We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ba1df commit 8d1bf50Copy full SHA for 8d1bf50
.travis.yml
@@ -88,7 +88,7 @@ install:
88
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
89
- git clone https://github.com/openresty/lua-resty-mysql.git ../lua-resty-mysql
90
- git clone https://github.com/openresty/stream-lua-nginx-module.git ../stream-lua-nginx-module
91
- - git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git luajit2
+ - git clone -b feat/check_cdata https://github.com/dndx/luajit2.git luajit2
92
93
before_script:
94
- mysql -uroot -e 'create database ngx_test; grant all on ngx_test.* to "ngx_test"@"%" identified by "ngx_test"; flush privileges;'
0 commit comments