dfhack/.travis.yml

13 lines
226 B
YAML

language: cpp
env:
matrix:
-LUA_VERSION=5.2
before_install:
- sudo apt-get install lua$LUA_VERSION
script:
- python travis/pr-check-base.py
- python travis/lint.py
- python travis/luac.py
notifications:
email: false