2015-02-14 21:40:44 -07:00
|
|
|
language: cpp
|
2015-02-23 16:44:36 -07:00
|
|
|
env:
|
|
|
|
matrix:
|
|
|
|
-LUA_VERSION=5.2
|
|
|
|
before_install:
|
|
|
|
- sudo apt-get install lua$LUA_VERSION
|
2015-03-04 15:10:25 -07:00
|
|
|
- sudo pip install docutils
|
2015-02-14 18:10:48 -07:00
|
|
|
script:
|
2015-02-15 11:23:39 -07:00
|
|
|
- python travis/pr-check-base.py
|
2015-02-23 16:44:36 -07:00
|
|
|
- python travis/lint.py
|
2015-03-15 21:29:08 -06:00
|
|
|
- python travis/script-syntax.py --ext=lua --cmd="luac$LUA_VERSION -p"
|
|
|
|
- python travis/script-syntax.py --ext=rb --cmd="ruby -c"
|
2015-03-04 16:26:59 -07:00
|
|
|
- ./fixTexts.sh --force
|
2015-02-15 11:25:00 -07:00
|
|
|
notifications:
|
|
|
|
email: false
|