Travis CI: Add Luacheck to the PATH

This commit is contained in:
Hugo Locurcio 2019-04-01 11:42:13 +02:00
parent cea44dce57
commit 8cd2d3de89
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@ install:
script:
# All linters are run with pre-commit hooks
- export PATH="$HOME/.luarocks/bin:$PATH"
- $HOME/.local/bin/pre-commit run --all-files