https://github.com/peter-evans/lua-travis-template
A template project for Lua module development
https://github.com/peter-evans/lua-travis-template
continuous-integration coverage coveralls lua lua-module travis-ci unit-testing
Last synced: 10 months ago
JSON representation
A template project for Lua module development
- Host: GitHub
- URL: https://github.com/peter-evans/lua-travis-template
- Owner: peter-evans
- License: mit
- Created: 2018-05-24T07:42:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T00:51:33.000Z (over 7 years ago)
- Last Synced: 2024-10-05T11:41:51.882Z (over 1 year ago)
- Topics: continuous-integration, coverage, coveralls, lua, lua-module, travis-ci, unit-testing
- Language: Lua
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lua-travis-template
[](https://travis-ci.org/peter-evans/lua-travis-template)
[](https://coveralls.io/github/peter-evans/lua-travis-template?branch=master)
This is a template project for Lua module development. It uses [Travis CI](https://travis-ci.org/) to build and test, and [Coveralls](https://coveralls.io/) to track code coverage.
The Travis CI configuration is based on [Continuous Integration with Lua by Enrique García Cota](http://kiki.to/blog/2016/02/04/talk-continuous-integration-with-lua/).