summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 077e778f08b83a83ddf0a00e93c365be023c62d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: generic
sudo: false
addons:
  apt:
    packages:
    - luarocks
before_install:
  - luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck --no-color .
notifications:
  email: false