Attempt to move to new travis infrastructure.

develop
expwnent 2015-09-21 18:38:11 -04:00
parent 0a4f55b7dd
commit 5b85ea1314
1 changed files with 8 additions and 2 deletions

@ -1,10 +1,16 @@
sudo: false
addons:
apt:
packages:
lua5.2
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 docutils
script:
- python travis/pr-check-base.py
- python travis/lint.py