dfhack/.travis.yml

13 lines
226 B
YAML

2015-02-14 21:40:44 -07:00
language: cpp
2015-02-23 16:44:36 -07:00
env:
matrix:
-LUA_VERSION=5.2
before_install:
- sudo apt-get install lua$LUA_VERSION
2015-02-14 18:10:48 -07:00
script:
- python travis/pr-check-base.py
2015-02-23 16:44:36 -07:00
- python travis/lint.py
- python travis/luac.py
2015-02-15 11:25:00 -07:00
notifications:
email: false