Create .travis.yml

develop
Fukken-Saved 2015-02-24 13:53:22 -05:00
parent 5f498b1b78
commit f2628f3814
1 changed files with 12 additions and 0 deletions

@ -0,0 +1,12 @@
language: cpp
env:
matrix:
-LUA_VERSION=5.2
before_install:
- sudo apt-get install lua$LUA_VERSION
script:
- python travis/pr-check-base.py
- python travis/lint.py
- python travis/luac.py
notifications:
email: false