Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed May 24, 2018
1 parent 3b4d788 commit d00ea10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 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)
[![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/).

0 comments on commit d00ea10

Please sign in to comment.