Skip to content
Snippets Groups Projects
Unverified Commit 19e060c3 authored by Hugo Locurcio's avatar Hugo Locurcio
Browse files

Set up Travis CI

parent 3da5fbdc
No related branches found
No related tags found
No related merge requests found
language: generic
addons:
apt:
packages:
- luarocks
install:
- pyenv global 3.6.3
- pip3 install --user pre-commit
- luarocks install --local luacheck
script:
- $HOME/.local/bin/pre-commit run --all-files
- $HOME/.luarocks/bin/luacheck .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment