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

Add travis.yml

This commit is contained in:
Matthew Heguy 2018-12-25 20:30:48 -05:00
parent 012bcffb87
commit 36099b7f3e

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
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:
- luacheck .