summaryrefslogtreecommitdiff
path: root/moreores/.travis.yml
blob: a032acb743010515eb494783a2b55dde6a31f928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: generic

addons:
  apt:
    packages:
    - luarocks

install:
  - pyenv global 3.6.3
  - pip3 install --user pre-commit
  - luarocks install --local luacheck

script:
  # All linters are run with pre-commit hooks
  - export PATH="$HOME/.luarocks/bin:$PATH"
  - $HOME/.local/bin/pre-commit run --all-files