1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
RedMew/.travis.yml

17 lines
268 B
YAML
Raw Normal View History

2018-12-26 03:30:48 +02: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 08:11:16 +02:00
- luacheck . --exclude-files lua_install