1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00
RedMew/.travis.yml

17 lines
268 B
YAML
Raw Normal View History

2018-12-25 20:30:48 -05:00
language: python
sudo: false
env:
- LUA="lua=5.2"
before_install:
- pip install hererocks
- hererocks lua_install -r^ --$LUA
- export PATH=$PATH:$PWD/lua_install/bin
install:
- luarocks install luacheck
script:
2019-01-08 01:11:16 -05:00
- luacheck . --exclude-files lua_install