Darktide-Mod-Framework/.travis.yml
2019-01-01 06:08:51 +03:00

18 lines
263 B
YAML

# .travis.yml
language: python
sudo: false
env:
- LUA="lua=5.1"
before_install:
- pip install hererocks
- hererocks lua_install -r^ --$LUA
- export PATH=$PATH:$PWD/lua_install/bin
install:
- luarocks install luacheck
script:
- luacheck *.lua vmf