An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# lua-travis-template
[![Build Status](https://travis-ci.org/peter-evans/lua-travis-template.svg?branch=master)](https://travis-ci.org/peter-evans/lua-travis-template)
[![Coverage Status](https://coveralls.io/repos/github/peter-evans/lua-travis-template/badge.svg?branch=master)](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/).