.travis.yml 215 B

1234567891011121314
  1. language: generic
  2. branches:
  3. only:
  4. - master
  5. sudo: required
  6. before_install:
  7. - sudo apt-get update
  8. - sudo apt-get install -y luarocks
  9. - sudo luarocks install luacheck
  10. script: luacheck --no-color ./mods