Skip to content

Commit 3a99dad

Browse files
tests: change branch of lua-resty-core for ci.
1 parent 85c2fc9 commit 3a99dad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ install:
8787
- git clone https://github.com/openresty/rds-json-nginx-module.git ../rds-json-nginx-module
8888
- git clone https://github.com/openresty/srcache-nginx-module.git ../srcache-nginx-module
8989
- git clone https://github.com/openresty/redis2-nginx-module.git ../redis2-nginx-module
90-
- git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
90+
- git clone -b ciphers https://github.com/openresty/lua-resty-core.git ../lua-resty-core
9191
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
9292
- git clone https://github.com/openresty/lua-resty-mysql.git ../lua-resty-mysql
9393
- git clone https://github.com/openresty/lua-resty-string.git ../lua-resty-string

t/139-ssl-cert-by.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ uthread: failed to kill: already waited or killed
23272327
=== TEST 27: get ciphers
23282328
--- http_config
23292329
lua_package_path "../lua-resty-core/lib/?.lua;;";
2330-
lua_ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384;
2330+
lua_ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384;
23312331

23322332
server {
23332333
listen 127.0.0.1:12345 ssl;
@@ -2416,7 +2416,7 @@ received: foo
24162416
close: 1 nil
24172417

24182418
--- error_log
2419-
ciphers: ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:TLS_EMPTY_RENEGOTIATION_INFO_SCSV
2419+
ciphers: ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384
24202420

24212421
--- no_error_log
24222422
[error]

0 commit comments

Comments
 (0)