Merge pull request #692 from expwnent/travis

Move to new travis infrastructure.
develop
expwnent 2015-09-21 19:09:53 -04:00
commit 3a75d9c87f
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