mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-08 09:34:22 +00:00
attempts to use luacov
This commit is contained in:
parent
0f20fc4288
commit
052840502b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user