.travis.yml 192 B

1234567891011
  1. language: generic
  2. addons:
  3. apt:
  4. packages:
  5. - luarocks
  6. before_install:
  7. - luarocks install --local luacheck
  8. script:
  9. - $HOME/.luarocks/bin/luacheck ./mods
  10. notifications:
  11. email: false