Skip to content

Commit 8d1bf50

Browse files
committed
travis: tmp to make tests pass.
1 parent f6ba1df commit 8d1bf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ install:
8888
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
8989
- git clone https://github.com/openresty/lua-resty-mysql.git ../lua-resty-mysql
9090
- 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
91+
- git clone -b feat/check_cdata https://github.com/dndx/luajit2.git luajit2
9292

9393
before_script:
9494
- mysql -uroot -e 'create database ngx_test; grant all on ngx_test.* to "ngx_test"@"%" identified by "ngx_test"; flush privileges;'

0 commit comments

Comments
 (0)