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 language: cpp
env: env:
matrix: matrix:
-LUA_VERSION=5.2 -LUA_VERSION=5.2
before_install: before_install:
- sudo apt-get install lua$LUA_VERSION #- sudo apt-get install lua$LUA_VERSION
- sudo pip install docutils #- sudo pip install docutils
pip install docutils
script: script:
- python travis/pr-check-base.py - python travis/pr-check-base.py
- python travis/lint.py - python travis/lint.py