Files
lua-matrix/.travis.yml
Adrian Perez de Castro 76d137009b Use busted for unit testing
2016-07-03 22:25:31 +03:00

27 lines
421 B
YAML

language: python
sudo: false
env:
matrix:
- LUA="lua 5.1"
- LUA="lua 5.2"
- LUA="lua 5.3"
before_install:
- pip install hererocks
- hererocks here -r^ --$LUA
- export PATH=$PATH:$PWD/here/bin
- eval `luarocks path --bin`
- lua -v
install:
- luarocks install luacov-coveralls
- luarocks install cluacov
- luarocks install busted
script:
- busted -c
after_success:
- luacov-coveralls