From b2f5ae909815f5bae2bc9fd460dcea0dc507d96e Mon Sep 17 00:00:00 2001 From: lijunlong Date: Wed, 28 Feb 2024 21:50:26 +0800 Subject: [PATCH] test luajit sync-240228. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d3b973c80d..b474331297 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,7 +110,7 @@ install: - git clone https://github.com/spacewander/lua-resty-rsa.git ../lua-resty-rsa - git clone https://github.com/openresty/lua-resty-string.git ../lua-resty-string - git clone https://github.com/openresty/stream-lua-nginx-module.git ../stream-lua-nginx-module - - git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git luajit2 + - git clone -b sync-240228 https://github.com/openresty/luajit2.git luajit2 before_script: - mysql -uroot -e "create database ngx_test; CREATE USER 'ngx_test'@'%' IDENTIFIED WITH mysql_native_password BY 'ngx_test'; grant all on ngx_test.* to 'ngx_test'@'%'; flush privileges;"