Merge branch 'develop' of https://github.com/dfhack/dfhack into develop

develop
lethosor 2015-09-21 19:25:58 -04:00
commit 60ed4a1a50
1 changed files with 9 additions and 2 deletions

@ -1,10 +1,17 @@
sudo: false
addons:
apt:
packages:
- lua5.2
# - python3-docutils
language: cpp
env:
matrix:
-LUA_VERSION=5.2
before_install:
- sudo apt-get install lua$LUA_VERSION
- sudo pip install docutils
#- sudo apt-get install lua$LUA_VERSION
#- sudo pip install docutils
pip install --user docutils
script:
- python travis/pr-check-base.py
- python travis/lint.py