openresty / lua-cjson

Lua CJSON is a fast JSON encoding/parsing module for Lua
http://www.kyne.com.au/~mark/software/lua-cjson.php
MIT License
436 stars 119 forks source link

travis-ci: upgrade dist of travis-ci to ubuntu bionic. #74

Closed xiaocang closed 3 years ago

leafo commented 3 years ago

We should drop travis entirely and focus on the GitHub actions test runner. See https://github.com/openresty/lua-cjson/blob/master/.github/workflows/test.yml

xiaocang commented 3 years ago

@leafo So we should keep travis.yml or not?

and the changes related to cppcheck still need to be merged

xiaocang commented 3 years ago

Closed. I've fixed the bugs that suspected by cppcheck in #75 and #76.