mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-25 02:44:20 +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
|
- hererocks base -r^ --$LUA
|
||||||
- export PATH=$PATH:$PWD/base/bin # Add directory with all installed binaries to PATH
|
- export PATH=$PATH:$PWD/base/bin # Add directory with all installed binaries to PATH
|
||||||
- luarocks install busted
|
- luarocks install busted
|
||||||
|
- luarocks install luacov
|
||||||
|
- luarocks install luacov-coveralls
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- busted -v
|
- busted -v -c
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- luacov-coveralls
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user