Files
lua-date/.travis.yml
2020-10-05 08:36:12 +02:00

31 lines
515 B
YAML

language: python
sudo: false
env:
- LUA="lua 5.1"
- LUA="lua 5.2"
- LUA="lua 5.3"
- LUA="lua 5.4"
- LUA="luajit 2.0"
- LUA="luajit 2.0 --compat 5.2"
- LUA="luajit 2.1"
- LUA="luajit 2.1 --compat 5.2"
before_install:
- pip install hererocks
- hererocks here -r^ --$LUA
- source here/bin/activate
- luarocks install luacheck
- luarocks install busted
- luarocks install luacov-coveralls
install:
- luarocks make
script:
- luacheck .
- busted
after_success:
- luacov-coveralls