aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Use Lua 5.1 for Travis CI.Robin Krahl2015-06-27
|
* Fix coding style and add `luacheck` to Travis CI.Robin Krahl2015-06-27
| | | | Fix #40.
* Add syntax check for Lua files with Travis-CIJean-Fred2015-02-14
This adds a Travis-CI build which will run luac on the Lua files. luac will try to parse the Lua files and report syntax errors.