Let Travis-CI automatically run luacheck on the game

This commit is contained in:
Tim
2016-06-26 17:12:40 +02:00
committed by paramat
부모 20fa037313
커밋 b408e9cce6
2개의 변경된 파일31개의 추가작업 그리고 0개의 파일을 삭제

14
.travis.yml Normal file
파일 보기

@ -0,0 +1,14 @@
language: generic
branches:
only:
- master
sudo: required
before_install:
- sudo apt-get update
- sudo apt-get install -y luarocks
- sudo luarocks install luacheck
script: luacheck --no-color ./mods