From 02c9c35e650c93191b0cda76251765f03f15fa7c Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Thu, 21 Sep 2017 18:44:10 +0200 Subject: add coveralls.io support --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5628fd1..525a299 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,12 +20,15 @@ before_install: install: - luarocks install luacheck + - luarocks install luacov-coveralls script: - luacheck --codes --std=max *.lua - lua valua-test.lua after_success: + - lua -lluacov valua-test.lua + - luacov-coveralls notifications: email: -- cgit v1.2.3-54-g00ecf