dfhack/.travis.yml

15 lines
278 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-03-04 15:10:25 -07:00
- sudo pip install docutils
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
- ./fixTexts.sh --force
2015-02-15 11:25:00 -07:00
notifications:
email: false