aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2017-09-21 18:44:10 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2017-09-21 18:54:19 +0200
commit02c9c35e650c93191b0cda76251765f03f15fa7c (patch)
tree8fa2779a29f8a901eacc0ed2dd2777ee7fd2db5d /.travis.yml
parentf688b9025ea113eecfd5967a8d611b51f037c297 (diff)
downloadvalua-02c9c35e650c93191b0cda76251765f03f15fa7c.tar.gz
valua-02c9c35e650c93191b0cda76251765f03f15fa7c.tar.bz2
valua-02c9c35e650c93191b0cda76251765f03f15fa7c.zip
add coveralls.io support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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: