Skip to content

Commit

Permalink
change: use https url instead of git@.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuizhuhaomeng committed Aug 19, 2021
1 parent 6030ba5 commit 7b8a93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ install:
- git clone https://github.com/openresty/rds-json-nginx-module.git ../rds-json-nginx-module
- git clone https://github.com/openresty/srcache-nginx-module.git ../srcache-nginx-module
- git clone https://github.com/openresty/redis2-nginx-module.git ../redis2-nginx-module
- git clone -b keepalive git@github.com:openresty/lua-resty-core.git ../lua-resty-core
- git clone -b keepalive https://github.com/openresty/lua-resty-core.git ../lua-resty-core
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
- git clone https://github.com/openresty/lua-resty-mysql.git ../lua-resty-mysql
- git clone https://github.com/openresty/lua-resty-string.git ../lua-resty-string
Expand Down

0 comments on commit 7b8a93f

Please sign in to comment.