attempts to use luacov

This commit is contained in:
kikito 2015-12-26 13:04:33 +01:00
parent 0f20fc4288
commit 052840502b

View File

@ -13,9 +13,14 @@ before_install:
- hererocks base -r^ --$LUA
- export PATH=$PATH:$PWD/base/bin # Add directory with all installed binaries to PATH
- luarocks install busted
- luarocks install luacov
- luarocks install luacov-coveralls
script:
- busted -v
- busted -v -c
after_success:
- luacov-coveralls
branches:
except: